Skip to content

Commit 42d142f

Browse files
fix: allow "index" in paths
1 parent ef8f98d commit 42d142f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/import.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const settings: Linter.Config = {
118118
"error",
119119
{
120120
commonjs: true,
121-
noUselessIndex: true,
121+
noUselessIndex: false,
122122
},
123123
],
124124
"import/no-webpack-loader-syntax": "error",

0 commit comments

Comments
 (0)