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

Extract Prettier configuration to .prettierrc.js file. #480

Merged
merged 1 commit into from
Nov 20, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Nov 20, 2018

  • Extract prettier config to stand alone .prettierrc.js file (allows other tooling to leverage the same config).
  • Add .eslintcache to .gitignore (we started caching in yarn lint but forgot to add this to .gitignore)

* Extract prettier config to stand alone `.prettierrc.js` file (allows
other tooling to leverage the same config).
* Add `.eslintcache` to `.gitignore` (we started caching in `yarn lint`
but forgot to add this to `.gitignore`)
@rwjblue rwjblue requested a review from Turbo87 November 20, 2018 02:23
@rwjblue rwjblue changed the title Clean up linting configuration. Extract prettier configuration to .prettierrc.js file. Nov 20, 2018
@rwjblue rwjblue changed the title Extract prettier configuration to .prettierrc.js file. Extract Prettier configuration to .prettierrc.js file. Nov 20, 2018
@Turbo87 Turbo87 merged commit 8cc61ac into emberjs:master Nov 20, 2018
rwjblue added a commit to rwjblue/ember-qunit that referenced this pull request Dec 10, 2018
\#### 🚀 Enhancement
* [emberjs#498](emberjs/ember-test-helpers#498) Add ability to opt-out of automatic settledness waiting in teardown. ([@rwjblue](https://github.com/rwjblue))

\#### 🐛 Bug Fix
* [emberjs#497](emberjs/ember-test-helpers#497) Only customize RSVP's async for Ember older than 1.7. ([@rwjblue](https://github.com/rwjblue))
* [emberjs#481](emberjs/ember-test-helpers#481) Allow ember-cli-htmlbars-inline-precompile 2.x and 1.x ([@mydea](https://github.com/mydea))

\#### 🏠 Internal
* [emberjs#491](emberjs/ember-test-helpers#491) TravisCI: Remove deprecated `sudo: false` option ([@Turbo87](https://github.com/Turbo87))
* [emberjs#480](emberjs/ember-test-helpers#480) Extract Prettier configuration to .prettierrc.js file. ([@rwjblue](https://github.com/rwjblue))
* [emberjs#463](emberjs/ember-test-helpers#463) Improve type declarations ([@Turbo87](https://github.com/Turbo87))

\#### Committers: 4
- Francesco Novy ([@mydea](https://github.com/mydea))
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants