Remove unused eslint-plugin-html
With a quick check it was easily discoverable that the plugin is currently not used. ``` node_modules/.bin/eslint --print-config app/ | grep html ``` It has been added with 8050d835 but removed with eb336d71 for vue files and completely removed with 3e9bb4ad. As this plugin is unused and actively hindering an eslint upgrade, we should remove it.
Showing
... | ... | @@ -163,7 +163,6 @@ |
"eslint": "~5.9.0", | ||
"eslint-import-resolver-jest": "^2.1.1", | ||
"eslint-import-resolver-webpack": "^0.10.1", | ||
"eslint-plugin-html": "5.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jasmine": "^2.10.1", | ||
"eslint-plugin-jest": "^22.3.0", | ||
... | ... |
Please register or sign in to comment