Compatibility with ESLint 4
See original GitHub issueHi, eslint-plugin-html
author here. ESLint released its v4, and I released a v3 of my plugin to support it.
I’ve got some users who are using the vue
plugin reporting issues because the html
plugin version is fixed to v2. Would you mind changing the html
plugin version to v3?
As I understand, you are planing to move away from the html
plugin. I don’t mind, but I think that in the meantime, users should be allowed to upgrade to ESLint v4.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:6
- Comments:22 (11 by maintainers)
Top Results From Across the Web
Migrating to v4.0.0 - ESLint - Pluggable JavaScript Linter
ESLint v4.0.0 is the fourth major version release. ... will now be checked by default (it was previously ignored by default for backwards...
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 - Package Control
ESLint allows you to specify the JavaScript language options you want to support by using .eslintrc file, it will use the first .eslintrc...
Read more >ESLint | IntelliJ IDEA Documentation - JetBrains
IntelliJ IDEA integrates with ESLint which brings a wide range of linting rules that can also be extended with plugins. IntelliJ IDEA shows...
Read more >EslintWebpackPlugin | webpack
This is eslint-webpack-plugin 3.0 which works only with webpack 5. For the webpack 4, see the 2.x branch. This plugin uses eslint to...
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
@vvo: we’re working on printing vue files (both the html part of it and the inline js) but it’s not released (only in master) and very early on. You should find a way to only run prettier on js files for now or help out with the printing of vue files.
Hopefully in the next few weeks proper vue support should be good to go. I’m pretty excited about it 😃
Regarding .vue files - you need to specify it while linting (
eslint . --ext .js,.jsx,.vue
) and that’s a good point, we should probably mention it in the readme too.