mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Update comments on linting rules
This commit is contained in:
parent
3155301bb9
commit
ab13c700ee
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ module.exports = {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"@typescript-eslint/require-await": "off", //"error",
|
"@typescript-eslint/require-await": "off", //"error",
|
||||||
"@typescript-eslint/restrict-plus-operands": "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", //"error",
|
"@typescript-eslint/restrict-template-expressions": "off",
|
||||||
"@typescript-eslint/semi": [
|
"@typescript-eslint/semi": [
|
||||||
"off",
|
"off",
|
||||||
null
|
null
|
||||||
|
|
Loading…
Add table
Reference in a new issue