Skip to content

Commit d5b8fd9

Browse files
authored
fix: disable prefer-node-protocol (#171)
1 parent e0a014a commit d5b8fd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ module.exports = {
269269
'unicorn/no-array-reduce': 0,
270270
'unicorn/no-array-for-each': 0,
271271
'unicorn/prefer-module': 0,
272+
// Conflicts with no-unresolved and no-missing-import
273+
'unicorn/prefer-node-protocol': 0,
272274
// This rule gives too many false positives
273275
'unicorn/prevent-abbreviations': 0,
274276
// Conflicts with Prettier sometimes

0 commit comments

Comments
 (0)