Skip to content

Commit 3bc0fa5

Browse files
fix: import/internal-regex
1 parent 7bf0dce commit 3bc0fa5

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
@@ -145,7 +145,7 @@ export const settings: Linter.Config = {
145145
},
146146

147147
settings: {
148-
"import/internal-regex": "^(?:@|~).+",
148+
"import/internal-regex": "^(?:@|~)\\/.+",
149149
},
150150

151151
overrides: [

0 commit comments

Comments
 (0)