Support eslint 5
See original GitHub issueESlint 5 have released for a period of time, would you considering add support of it?
Versions:
prettier-eslint
version:node
version:npm
(oryarn
) version:
Have you followed the debugging tips?
Yes || No
Relevant code or config
What I did:
What happened:
Reproduction repository:
Problem description:
Suggested solution:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:14
- Comments:5 (3 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
An AST-based pattern checker for JavaScript.. Latest version: 8.30.0, last published: 13 days ago. Start using eslint in your project by ...
Read more >eslint/eslint: Find and fix problems in your JavaScript code.
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 >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
I second the thought that
prettier-eslint
should have listedprettier
andeslint
aspeerDependencies
. This, especially sinceprettier-eslint
does not import these dependencies anywhere in its code.Stale issue