Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f59efe507b |
@@ -112,11 +112,8 @@
|
||||
],
|
||||
"rules": {
|
||||
"indent": "off",
|
||||
"space-infix-ops": "off",
|
||||
"@typescript-eslint/space-infix-ops": ["error"],
|
||||
"@typescript-eslint/no-shadow": "warn",
|
||||
"@typescript-eslint/indent": ["error", 2],
|
||||
"@typescript-eslint/type-annotation-spacing": ["error"],
|
||||
"@typescript-eslint/space-before-function-paren": ["error", {
|
||||
"named": "never",
|
||||
"anonymous": "always",
|
||||
|
||||
Reference in New Issue
Block a user