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

feat: prettier 2.0; update project to use top-level lint and format #312

Merged
merged 1 commit into from
Apr 28, 2020

Conversation

fastfrwrd
Copy link

  • updating the project to use prettier 2.0
  • updated lint and format to only be top-level commands; this removes circular dep issues which were getting worse

BREAKING CHANGE: prettier 2.0 may introduce breaking changes

- updating the project to use prettier 2.0

BREAKING CHANGE: prettier 2.0 may introduce breaking changes
"extends": ["@spotify", "@spotify/eslint-config-oss"],
"ignorePatterns": [
"__fixtures__",
"packages/create-web-scripts-library/template"
Copy link
Author

Choose a reason for hiding this comment

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

.eslintignores don't seem to work if they are nested, unfortunately.

@fastfrwrd fastfrwrd merged commit af8d93e into 7.0-release Apr 28, 2020
@fastfrwrd fastfrwrd deleted the prettier-2 branch April 28, 2020 13:10
fastfrwrd pushed a commit that referenced this pull request Apr 28, 2020
…312)

- updating the project to use prettier 2.0

BREAKING CHANGE: prettier 2.0 may introduce breaking changes
fastfrwrd pushed a commit that referenced this pull request Apr 28, 2020
…312)

- updating the project to use prettier 2.0

BREAKING CHANGE: prettier 2.0 may introduce breaking changes
fastfrwrd pushed a commit that referenced this pull request Apr 28, 2020
…312)

- updating the project to use prettier 2.0

BREAKING CHANGE: prettier 2.0 may introduce breaking changes
fastfrwrd pushed a commit that referenced this pull request Apr 28, 2020
* build(web-scripts): use commander 5 (#314)

BREAKING CHANGE: running web-scripts without arguments exits code 1 now instead of exiting 0

* feat: prettier 2.0; update project to use top-level lint and format (#312)

- updating the project to use prettier 2.0

BREAKING CHANGE: prettier 2.0 may introduce breaking changes

* improvement(web-scripts): make stylecheck and typecheck default for lint (#310)

* feat: prettier 2.0; update project to use top-level lint and format

- updating the project to use prettier 2.0

BREAKING CHANGE: prettier 2.0 may introduce breaking changes

* improvement(web-scripts): make stylecheck and typecheck default for lint

the lint script will now default typechecking and stylechecking to true by default. You may shut
these off with `--no-typecheck` and `--no-stylecheck`.

BREAKING CHANGE: Users who have projects incompatible with TypeScript checks or with projects that
do not user prettier will now fail yarn lint.
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.

None yet

1 participant