We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26654d6 + fb9d3a3 commit 9d628aeCopy full SHA for 9d628ae
.eslintrc.json
@@ -49,7 +49,7 @@
49
"@typescript-eslint/require-array-sort-compare": "error",
50
"@typescript-eslint/restrict-plus-operands": "error",
51
"semi": "off",
52
- // "@typescript-eslint/semi": ["error", "never"],
+ "@typescript-eslint/semi": ["error", "never"],
53
"@typescript-eslint/type-annotation-spacing": "error",
54
"@typescript-eslint/unbound-method": "error"
55
},
0 commit comments