Skip to content

Commit 113398e

Browse files
author
Jerry Bruwes
committed
modified: .eslintrc.json
1 parent 210bf89 commit 113398e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.eslintrc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
},
77
"extends": [
88
"eslint:recommended",
9+
"airbnb-base",
10+
"airbnb-typescript/base",
911
"plugin:@typescript-eslint/strict-type-checked",
1012
"plugin:@typescript-eslint/stylistic-type-checked",
1113
"plugin:perfectionist/recommended-natural-legacy",
@@ -19,8 +21,6 @@
1921
{
2022
"endOfLine": "auto"
2123
}
22-
],
23-
"no-unused-vars": "off",
24-
"@typescript-eslint/no-unused-vars": "error"
24+
]
2525
}
2626
}

0 commit comments

Comments
 (0)