mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Re-enable quotes
This commit is contained in:
parent
dee3b7e6c1
commit
ff5c0d7323
|
|
@ -131,11 +131,12 @@ module.exports = {
|
|||
"@typescript-eslint/prefer-namespace-keyword": "error",
|
||||
"@typescript-eslint/prefer-regexp-exec": "off", //"error",
|
||||
"@typescript-eslint/quotes": [
|
||||
"off", //"error",
|
||||
"error",
|
||||
"double",
|
||||
{
|
||||
"avoidEscape": true
|
||||
}
|
||||
"avoidEscape": true,
|
||||
"allowTemplateLiterals": true,
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/require-await": "error",
|
||||
"@typescript-eslint/restrict-plus-operands": "off", //"error", // We use this a lot - fixing it is a problem for a rainy day
|
||||
|
|
|
|||
Loading…
Reference in a new issue