diff --git a/package/config/eslintrc.js b/package/config/eslintrc.js index e18d1dd..3882a0c 100644 --- a/package/config/eslintrc.js +++ b/package/config/eslintrc.js @@ -17,6 +17,7 @@ module.exports = { rules: { "id-length": ["error", { exceptions: ["t", "_"] }], "jsx-a11y/label-has-for": "off", + "node/no-extraneous-import": "off", "node/no-missing-import": "off", "node/no-missing-require": "off", "node/no-unsupported-features/es-syntax": "off",