Skip to content

Commit 68dec05

Browse files
committedJun 18, 2023
fix: add import plugin
1 parent 7db4c9d commit 68dec05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/eslint-config-basic/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ module.exports = defineConfig({
3838
"unicorn",
3939
"unused-imports",
4040
"no-only-tests",
41+
"import",
4142
"simple-import-sort",
4243
],
4344
extends: [

0 commit comments

Comments
 (0)
Please sign in to comment.