Skip to content

Commit 59a9528

Browse files
committed
fix: should not complain about node standard libraries
It's a bug in eslint-plugin-import import-js/eslint-plugin-import#1396
1 parent de3fbf0 commit 59a9528

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ module.exports = {
44
],
55
settings: {
66
'import/resolver': {
7+
// https://github.com/benmosher/eslint-plugin-import/issues/1396
8+
node: {},
79
webpack: {
810
config: require.resolve('@vue/cli-service/webpack.config.js')
911
}

0 commit comments

Comments
 (0)