Skip to content

Commit 15ba3b7

Browse files
author
lanskey
committed
Temporary fix for webpack resolver (import-js/eslint-plugin-import#265)
1 parent 0643430 commit 15ba3b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
]
9797
}
9898
],
99-
"indentation": 2
99+
"indentation": 2,
100+
"import/no-unresolved": 0
100101
}
101102
},
102103
"dependencies": {

0 commit comments

Comments
 (0)