Update '.ts-eslintrc.json'

This commit is contained in:
Erik 2023-06-14 22:45:23 +02:00
parent 09e92946f8
commit 04a184822b

View File

@ -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 }],