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
Not sure we should do this, but I've seen a few repos doing it and it seems like it might be valuable for us. Would need to tweak the extension.
'import/no-extraneous-dependencies': ['error', {devDependencies: ['**/test/*.ts'], peerDependencies: false}],
The text was updated successfully, but these errors were encountered:
Update import/no-extraneous-dependencies config
5d0b65b
Closes #255
16.3.0 (#262)
ee8250d
* Ignore no-undefined in tests * Bump eslint * Bump version * Update peerDeps range for eslint-plugin-jest * Update import/no-extraneous-dependencies config Closes #255 * Turn off import/prefer-default-export * Update file patterns
tclindner
Successfully merging a pull request may close this issue.
Not sure we should do this, but I've seen a few repos doing it and it seems like it might be valuable for us. Would need to tweak the extension.
The text was updated successfully, but these errors were encountered: