mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Update comments on linting rules
This commit is contained in:
parent
3155301bb9
commit
ab13c700ee
|
|
@ -138,8 +138,8 @@ module.exports = {
|
|||
}
|
||||
],
|
||||
"@typescript-eslint/require-await": "off", //"error",
|
||||
"@typescript-eslint/restrict-plus-operands": "off", //"error",
|
||||
"@typescript-eslint/restrict-template-expressions": "off", //"error",
|
||||
"@typescript-eslint/restrict-plus-operands": "off", //"error", // We use this a lot - fixing it is a problem for a rainy day
|
||||
"@typescript-eslint/restrict-template-expressions": "off",
|
||||
"@typescript-eslint/semi": [
|
||||
"off",
|
||||
null
|
||||
|
|
|
|||
Loading…
Reference in a new issue