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

ESLint #379

Merged
merged 21 commits into from
May 3, 2019
Merged

ESLint #379

merged 21 commits into from
May 3, 2019

Conversation

marcelomorgado
Copy link
Contributor

@marcelomorgado marcelomorgado commented May 3, 2019

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 via npx.

@pcowgill
Copy link
Member

pcowgill commented May 3, 2019

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 via npx.

Interesting. Thanks for this info!

Copy link
Member

@pcowgill pcowgill left a 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!

@pcowgill pcowgill merged commit e7dfa84 into develop May 3, 2019
@pcowgill pcowgill deleted the feature/eslint branch May 3, 2019 17:48
@marcelomorgado marcelomorgado mentioned this pull request May 7, 2019
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.

Setup up eslint
2 participants