This commit is contained in:
Louis Lam
2023-11-18 13:54:27 +08:00
parent be7a296fc7
commit cd9f9d2427
10 changed files with 11 additions and 9 deletions

View File

@@ -92,6 +92,9 @@ module.exports = {
"one-var": [ "error", "never" ],
"max-statements-per-line": [ "error", { "max": 1 }],
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-unused-vars": [ "warn", {
"args": "none"
}],
"prefer-const" : "off",
},
};