Skip to content

Commit 0e2bb07

Browse files
committed
Updated eslint dependencies and disabled undef since it is not recommended in TS projects
1 parent 23d638f commit 0e2bb07

File tree

3 files changed

+286
-490
lines changed

3 files changed

+286
-490
lines changed

.eslintrc

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"eslint:recommended",
1212
"plugin:@typescript-eslint/recommended",
1313
"plugin:prettier/recommended",
14-
"prettier",
15-
"prettier/@typescript-eslint"
14+
"prettier"
1615
],
1716
"plugins": [
1817
"import"
@@ -24,7 +23,6 @@
2423
"rules": {
2524
"linebreak-style": ["error", "unix"],
2625
"no-empty": 1,
27-
"no-undef": 1,
2826
"no-useless-catch": 1,
2927
"no-prototype-builtins": 1,
3028
"no-constant-condition": 0,

0 commit comments

Comments
 (0)