remove unused lint rules

This commit is contained in:
Olivier Gagnon 2022-07-19 11:43:29 -04:00
parent ae982c58bd
commit 2f029e94b4

@ -29,12 +29,12 @@ module.exports = {
allowExpressions: true,
},
],
"no-constant-condition": [
"error",
{
checkLoops: false,
},
],
// "no-constant-condition": [
// "error",
// {
// checkLoops: false,
// },
// ],
"no-empty": [
"off",
{