Support eslint 5
See original GitHub issueESlint 5 have released for a period of time, would you considering add support of it?
prettier-eslint-cli
version:prettier
version:eslint
version:
Relevant code/config.
What you did:
What happened:
Reproduction:
– paste your link here –
Problem description:
Suggested solution:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:8
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Migrating to v5.0.0 - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >ESLint - npm
ESLint has full support for ECMAScript 3, 5 (default), 2015, 2016, 2017, 2018, 2019, 2020, 2021 and 2022. You can set your desired...
Read more >TypeScript ESLint - GitHub
sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript - GitHub - typescript-eslint/typescript-eslint: Monorepo for all the ...
Read more >VS Code ESLint extension - Visual Studio Marketplace
Version 2.2.6 (same as 2.2.5 Pre-release). added support for validating single notebook document cells if the language is supported by ESLint ...
Read more >ESLint | WebStorm Documentation - JetBrains
Configure ESLint manually · In the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Languages & Frameworks | JavaScript | Code Quality Tools | ......
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
Fixed in
prettier-eslint-cli@5.0.0
which usesprettier-eslint@9.0.0
.Good job @zimme! I tried out the new beta version, and this warning pops up:
The command I’m running is
prettier-eslint --write src/**/*.{js,jsx,ts,tsx}