Skip to content

Commit 81d1cfc

Browse files
committed
[eslint config] [base] add disabled import/enforce-node-protocol-usage rule
1 parent 05aabc4 commit 81d1cfc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • packages/eslint-config-airbnb-base/rules

packages/eslint-config-airbnb-base/rules/imports.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,9 @@ module.exports = {
279279
// https://github.com/import-js/eslint-plugin-import/blob/d5fc8b670dc8e6903dbb7b0894452f60c03089f5/docs/rules/no-empty-named-blocks.md
280280
// TODO, semver-minor: enable
281281
'import/no-empty-named-blocks': 'off',
282+
283+
// https://github.com/import-js/eslint-plugin-import/blob/3a99e4c8d3bfd2cd466353d11784eb06dad9b166/docs/rules/enforce-node-protocol-usage.md
284+
// TODO, semver-major: enable
285+
'import/enforce-node-protocol-usage': ['off', 'never'],
282286
},
283287
};

0 commit comments

Comments
 (0)