Skip to content

Commit aa5d92d

Browse files
committed
enable import/recommended lints
not everything is in import/typescript.
1 parent 69a6d69 commit aa5d92d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
"plugin:@typescript-eslint/recommended",
2222
"prettier",
2323
"plugin:prettier/recommended",
24+
"plugin:import/recommended",
2425
"plugin:import/typescript",
2526
],
2627
rules: {

0 commit comments

Comments
 (0)