Skip to content

Commit 2d83a9f

Browse files
committed
Update eslint-plugin-html
Update `eslint-plugin-html` to version 6, to resolve the issue where loading ESLint 6+ breaks linting entirely. See: BenoitZugmeyer/eslint-plugin-html#121 Appears to be backwards-compatible. Release version 1.0.15.
1 parent cee913e commit 2d83a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tree",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
55
"main": "index.js",
66
"repository": {
@@ -28,7 +28,7 @@
2828
"eslint-config-standard-react": "^7",
2929
"eslint-plugin-bestpractices": "git+https://github.com/skye2k2/eslint-plugin-bestpractices.git",
3030
"eslint-plugin-deprecate": "^0.5",
31-
"eslint-plugin-html": "^4",
31+
"eslint-plugin-html": "^6",
3232
"eslint-plugin-import": "^2",
3333
"eslint-plugin-jsdoc": "8.3.0",
3434
"eslint-plugin-json": "^1",

0 commit comments

Comments
 (0)