BenoitZugmeyer / eslint-plugin-html

An ESLint plugin to extract and lint scripts from HTML files.
ISC License
436 stars 51 forks source link

Problem with version #134

Closed tasselchof closed 4 years ago

tasselchof commented 4 years ago

Description

error in ./src/main.js

Module build failed (from ./node_modules/eslint-loader/index.js): Error: Failed to load plugin 'html' declared in '.eslintrc.js': eslint-plugin-html error: It seems that eslint is not loaded. If you think this is a bug, please file a report at https://github.com/BenoitZugmeyer/eslint-plugin-html/issues

In the report, please include all those informations:

BenoitZugmeyer commented 4 years ago

Your plugin version is outdated, ESLint version 6+ is supported since eslint-plugin-html 6.0.0 https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/master/CHANGELOG.md . Please upgrade.