mirror of
https://github.com/louislam/dockge.git
synced 2026-05-22 14:32:16 +00:00
Eslint
This commit is contained in:
@@ -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",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user