Fix vscode eslintrc

This commit is contained in:
keisuke-umezawa
2023-08-01 22:47:01 +09:00
parent 6020766ad4
commit 42b8a5e702
-1
View File
@@ -10,7 +10,6 @@
],
"rules": {
"@typescript-eslint/naming-convention": "warn",
"@typescript-eslint/semi": "warn",
"curly": "warn",
"eqeqeq": "warn",
"no-throw-literal": "warn",