Skip to content
New issue

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

Adding a bit more functionality on "imports" #19

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

balexandre
Copy link

@balexandre balexandre commented Sep 7, 2020

Using this ESLint plugin

https://github.com/benmosher/eslint-plugin-import 😊

to add a bit more consistency managing the import statements

Closes #18

.eslintrc.json Outdated
Comment on lines 114 to 121
"import/first": "error",
"import/named": "error",
"import/namespace": "error",
"import/default": "error",
"import/export": "error",
"import/order": "error",
"import/no-duplicates": "error",
"import/newline-after-import": "error"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we add this as warning instead of error?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding a bit more functionality on "imports"
2 participants