Skip to content

Commit 09cdfdc

Browse files
committed
fix: eslint requested eslint-plugin-html
1 parent 2407fdc commit 09cdfdc

File tree

2 files changed

+74
-1
lines changed

2 files changed

+74
-1
lines changed

package-lock.json

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"eslint-formatter-pretty": "^1.1.0",
6161
"eslint-plugin-ava": "^4.0.1",
6262
"eslint-plugin-babel": "^4.0.1",
63+
"eslint-plugin-html": "^4.0.1",
6364
"eslint-plugin-markdown": "^1.0.0-beta.7",
6465
"eslint-plugin-unicorn": "^3.0.1",
6566
"husky": "^0.14.3",
@@ -68,7 +69,7 @@
6869
"rimraf": "^2.6.1"
6970
},
7071
"lint-staged": {
71-
"*.{js,html}": "eslint",
72+
"{src,test}/**/*.js": "eslint",
7273
"./*.md": "eslint --rule indent: [error, 4] ."
7374
},
7475
"ava": {

0 commit comments

Comments
 (0)