We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a014a commit d5b8fd9Copy full SHA for d5b8fd9
.eslintrc.js
@@ -269,6 +269,8 @@ module.exports = {
269
'unicorn/no-array-reduce': 0,
270
'unicorn/no-array-for-each': 0,
271
'unicorn/prefer-module': 0,
272
+ // Conflicts with no-unresolved and no-missing-import
273
+ 'unicorn/prefer-node-protocol': 0,
274
// This rule gives too many false positives
275
'unicorn/prevent-abbreviations': 0,
276
// Conflicts with Prettier sometimes
0 commit comments