Skip to content

Commit

Permalink
fix: allow nodejs builtin modules
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Oct 29, 2024
1 parent 7475f7f commit 92d0640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function config(rootdir) {
'import-x/no-amd': [ 'error' ],
'import-x/no-commonjs': [ 'error' ],
'import-x/no-import-module-exports': [ 'error' ],
'import-x/no-nodejs-modules': [ 'error' ],
// 'import-x/no-nodejs-modules': [ 'error' ],
'import-x/unambiguous': [ 'warn' ],
'import-x/no-absolute-path': [ 'error' ],
'import-x/no-cycle': [ 'error' ],
Expand Down

0 comments on commit 92d0640

Please sign in to comment.