Support `prettier-eslint`, `prettier`, and `eslint` later than v9.0.2, v1.19.1, and v5.16.0.
See original GitHub issueprettier-eslint-cli
at its latest is pulling in and using versions of prettier-eslint
, eslint
, and prettier
that are getting a bit old; in particular, ESLint 6 has been out for a while now, and it would be great to be able to use it (or even ESLint 7). Here are the latest of those packages that are currently supported at prettier-eslint-cli
v5.0.1 (the current latest):
-
prettier-eslint
v9.0.2 (^9.0.0 is the rangeprettier-eslint-cli
v5.0.1 depends on) -
prettier
v1.19.1 (^1.7.0 is the rangeprettier-eslint
v9.0.2 depends on) -
eslint
v5.16.0 (^5.0.0 is the rangeprettier-eslint-cli
v5.0.1 depends on and the rangeprettier-eslint
v9.0.2 depends on)
Supporting ESLint 6 is currently blocked by https://github.com/prettier/prettier-eslint-cli/issues/303.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:10 (1 by maintainers)
Top Results From Across the Web
prettier-eslint - npm
So after prettier formats the code, I start getting linting errors. This solution. This formats your code via prettier , and then passes...
Read more >Options - Prettier
This way the Prettier CLI, editor integrations and other tooling knows what options you use. Print Width. Specify the line length that the...
Read more >eslint-plugin-prettier | Yarn - Package Manager
eslint -plugin-prettier Build Status. Runs Prettier as an ESLint rule and reports differences as individual ESLint issues. If your desired formatting does ...
Read more >Prettier-eslint-plugin - npm.io
prettier-eslint -plugin v1.1.4. Install. Weekly downloads. 3. License. MIT. Repository.
Read more >Linting in TypeScript using ESLint and Prettier - LogRocket Blog
As developers, we usually start a project by adding configurations and scripts for linting, then formatting and type checking for our ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Agreed!
Closed by #431