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

[CHORE packages] hoist dev-deps and linting #5987

Merged
merged 2 commits into from
Apr 9, 2019
Merged

[CHORE packages] hoist dev-deps and linting #5987

merged 2 commits into from
Apr 9, 2019

Conversation

runspired
Copy link
Contributor

No description provided.

@runspired runspired requested a review from rwjblue April 9, 2019 02:12
@runspired runspired changed the title [CHORE prettier] adds .prettierrc.js files for all packages [CHORE packages] hoist dev-deps and linting Apr 9, 2019
],
excludedFiles: ['addon/**/index.js'],
excludedFiles: ['packages/*/addon/**/index.js'],
Copy link
Member

Choose a reason for hiding this comment

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

Don’t need this any more (because we no longer have index.js without slashes or globs in the files array).

"rimraf": "^2.6.2",
"rsvp": "^4.8.4",
"typescript": "~3.4.2"
"@babel/plugin-transform-typescript": "*",
Copy link
Member

Choose a reason for hiding this comment

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

I’m not 100% sure what yarn will do here (with all of these *’s). This seems fine for now, but keep an eye out for issues that present like the wrong version of a devDep.

@runspired runspired merged commit db6c213 into master Apr 9, 2019
@runspired runspired deleted the fix/prettier branch April 9, 2019 03:49
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.

2 participants