Update '.ts-eslintrc.json'
This commit is contained in:
parent
09e92946f8
commit
04a184822b
@ -71,6 +71,7 @@
|
|||||||
"implicit-arrow-linebreak": "warn",
|
"implicit-arrow-linebreak": "warn",
|
||||||
"indent": "warn",
|
"indent": "warn",
|
||||||
"init-declarations": "warn",
|
"init-declarations": "warn",
|
||||||
|
"quotes": ["error" , "single"],
|
||||||
"jsx-quotes": ["warn", "prefer-single"],
|
"jsx-quotes": ["warn", "prefer-single"],
|
||||||
"key-spacing": ["warn", { "beforeColon": false, "afterColon": true }],
|
"key-spacing": ["warn", { "beforeColon": false, "afterColon": true }],
|
||||||
"keyword-spacing": ["warn", { "after": true, "before": true }],
|
"keyword-spacing": ["warn", { "after": true, "before": true }],
|
||||||
|
Loading…
Reference in New Issue
Block a user