Skip to content

Commit

Permalink
fix: Remove eslint-plugin-html@7 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GZolla committed Dec 2, 2024
1 parent 6520554 commit 42bd331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"url": "https://github.com/Brightspace/eslint-config-brightspace/issues"
},
"homepage": "https://github.com/Brightspace/eslint-config-brightspace",
"peerDependencies": {
"dependencies": {
"@babel/eslint-parser": ">= 7",
"eslint": ">= 7",
"eslint-plugin-html": "^7 || ^8",
"eslint-plugin-html": "^8",
"eslint-plugin-import": "^2",
"eslint-plugin-lit": "^1",
"eslint-plugin-sort-class-members": "^1",
Expand Down

0 comments on commit 42bd331

Please sign in to comment.