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
Like said in review of #375, I think eslint should check for empty lines between relative and absolute imports.
eslint
There exists a newlines-between option for eslint import/order rule.
newlines-between
import/order
PR is coming very soon.
The text was updated successfully, but these errors were encountered:
style(eslint): add newlines-between option to import/order rule
e91de6e
+ fix errors according to new eslint rules Closes #377
ba68cb8
+ fix errors according to this new eslint rules (in 5 tests files) Closes #377
2f5173a
guillaumearm
Successfully merging a pull request may close this issue.
Like said in review of #375, I think
eslint
should check for empty lines between relative and absolute imports.There exists a
newlines-between
option for eslintimport/order
rule.PR is coming very soon.
The text was updated successfully, but these errors were encountered: