-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
ESLint #379
ESLint #379
Conversation
Interesting. Thanks for this info! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marcelomorgado Nice work! I'm really liking all of these changes!
Issue link
#361
#329
#219
#237
Auto-close the issue?
Closes #361
Closes item 5 of #237
Types of changes
Technical debt (a code change that doesn't fix a bug or add a feature but makes something clearer for devs)
Notes
Lint scripts were moved to root otherwise, we'll have to install linter on all packages (Based on the discussion: lerna/lerna#2005).
I've realized that our scripts weren't using the
prettier
bin from root repo but installing it vianpx
.