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, allowExpressions: true,
}, },
], ],
"no-constant-condition": [ // "no-constant-condition": [
"error", // "error",
{ // {
checkLoops: false, // checkLoops: false,
}, // },
], // ],
"no-empty": [ "no-empty": [
"off", "off",
{ {