question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Compatibility with ESLint 4

See original GitHub issue

Hi, 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:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:22 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
vjeuxcommented, Jun 19, 2017

@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 😃

1reaction
michalsnikcommented, Jun 16, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found