diff --git a/packages/standard-web-linter/index.js b/packages/standard-web-linter/index.js index 4288d086..5c0cda09 100644 --- a/packages/standard-web-linter/index.js +++ b/packages/standard-web-linter/index.js @@ -18,6 +18,7 @@ module.exports = { 'no-undef': 'warn', 'react/jsx-props-no-spreading': 'off', 'react/require-default-props': 'off', + 'import/no-extraneous-dependencies': 'off', 'jsx-a11y/anchor-is-valid': [ 'error', {