We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting this error in the console:
warning 'lp-hoc' should be listed in the project's dependencies. Run 'npm i -S lp-hoc' to add it
fix is to skip rule:
module.exports = { extends: ['@launchpadlab/eslint-config/react-rails'], rules: { 'import/no-extraneous-dependencies': 'off', }, settings: { 'import/resolver': { 'webpack': { 'config': __dirname + '/config/webpack.config.development.js', } } } }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
getting this error in the console:
warning 'lp-hoc' should be listed in the project's dependencies. Run 'npm i -S lp-hoc' to add it
fix is to skip rule:
The text was updated successfully, but these errors were encountered: