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
eslint-plugin-import
eslint-plugin-prettier
We've been using eslint-plugin-import on its own, but we need to add to this plugin.
eslint-plugin-prettier is a dependency but not listed in package.json.
package.json
The text was updated successfully, but these errors were encountered:
We will now be using this on web and mobile. Here's the most recent config:
module.exports = { rules: { 'import/order': [ 'warn', { groups: ['builtin', 'external', 'internal', 'parent', 'sibling', 'index'], 'newlines-between': 'always', }, ], }, };
Sorry, something went wrong.
No branches or pull requests
We've been using
eslint-plugin-import
on its own, but we need to add to this plugin.eslint-plugin-prettier
is a dependency but not listed inpackage.json
.The text was updated successfully, but these errors were encountered: