Skip to content

Commit e745d4d

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [NPM] ESLint "plugin:@typescript-eslint/stylistic-type-checked" rules added.
1 parent 3f3e4ab commit e745d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"plugin:@typescript-eslint/eslint-recommended",
1515
"plugin:@typescript-eslint/recommended",
1616
// "plugin:@typescript-eslint/recommended-type-checked",
17-
// "plugin:@typescript-eslint/stylistic-type-checked"
17+
"plugin:@typescript-eslint/stylistic-type-checked",
1818
"airbnb-base",
1919
"prettier",
2020
"plugin:import/recommended",

0 commit comments

Comments
 (0)