Added the double quotes rule in the .eslintrc.json
This commit is contained in:
parent
5564fac2ed
commit
884e0be9aa
@ -7,6 +7,7 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"@typescript-eslint/no-explicit-any": 0,
|
"@typescript-eslint/no-explicit-any": 0,
|
||||||
"@typescript-eslint/no-use-before-define": "warn",
|
"@typescript-eslint/no-use-before-define": "warn",
|
||||||
"@typescript-eslint/no-unused-vars": "warn"
|
"@typescript-eslint/no-unused-vars": "warn",
|
||||||
|
"@typescript-eslint/quotes": ["warn", "double", {"allowTemplateLiterals": true}]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user