Skip to content

Commit bd26de0

Browse files
chore: Synced local '.eslintrc.json' with remote 'sync-files/js/.eslintrc.json'
1 parent 3dc4748 commit bd26de0

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.eslintrc.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,10 @@
1919
"plugins": ["@typescript-eslint"],
2020
"extends": ["plugin:@typescript-eslint/recommended"],
2121
"rules": {
22-
"@typescript-eslint/no-unused-vars": 0,
23-
"@typescript-eslint/no-explicit-any": 0,
2422
"@typescript-eslint/ban-ts-comment": 0,
25-
"@typescript-eslint/ban-types": [
26-
1,
27-
{ "extendDefaults": true, "types": { "Function": false } }
28-
],
29-
"@typescript-eslint/no-empty-function": 0,
30-
"@typescript-eslint/member-ordering": 0,
23+
"@typescript-eslint/ban-types": 1,
24+
"@typescript-eslint/no-empty-function": 1,
25+
"@typescript-eslint/member-ordering": 1,
3126
"@typescript-eslint/explicit-member-accessibility": [
3227
1,
3328
{

0 commit comments

Comments
 (0)