Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
fix: eslint disable extraneous import
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <[email protected]>
  • Loading branch information
mikemurray committed Apr 14, 2020
1 parent 017aa97 commit ec72058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/config/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ec72058

Please sign in to comment.