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.
1 parent e13109a commit 2a259efCopy full SHA for 2a259ef
1 file changed
src/ts.eslintrc.json
@@ -10,5 +10,7 @@
10
"plugin:@typescript-eslint/eslint-recommended",
11
"plugin:@typescript-eslint/recommended"
12
],
13
- "rules": {}
+ "rules": {
14
+ "semi": "off"
15
+ }
16
}
0 commit comments