Skip to content

Commit e350377

Browse files
committed
chore: Remove stylistic lint rules
1 parent 710089a commit e350377

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.eslintrc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@
99
"@typescript-eslint"
1010
],
1111
"rules": {
12-
"@typescript-eslint/naming-convention": "warn",
13-
"@typescript-eslint/semi": "warn",
1412
"curly": "warn",
1513
"eqeqeq": "warn",
16-
"no-throw-literal": "warn",
17-
"semi": "off"
14+
"no-throw-literal": "warn"
1815
}
1916
}

0 commit comments

Comments
 (0)