mirror of https://github.com/espruino/BangleApps
.eslintrc.js: disable duplicate TS rule
parent
77c0cb5035
commit
a4677f5a06
|
@ -235,7 +235,7 @@ module.exports = {
|
|||
"@typescript-eslint/no-delete-var": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-this-alias": "off",
|
||||
"@typescript-eslint/no-unused-vars": ["error", { "args": "none" } ],
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
"@typescript-eslint/no-var-requires": "off",
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue