We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75902aa commit c136c53Copy full SHA for c136c53
.eslintrc.json
@@ -20,7 +20,6 @@
20
"rules": {
21
"@typescript-eslint/ban-ts-comment": "warn",
22
"arrow-parens": ["error", "as-needed"],
23
- "camelcase": "error",
24
"comma-dangle": ["error", { "objects": "never" }],
25
"indent": ["error", 2],
26
"linebreak-style": ["error", "unix"],
0 commit comments