Skip to content

Commit 9f589ec

Browse files
chore(lintstaged): upgrade dependency and update .lintstagedrc.json
lint-staged ^9.4.2 → ^10.2.6
1 parent 8dfbfe0 commit 9f589ec

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.lintstagedrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

.lintstagedrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"*.js": "npm run lint:fix",
3+
"*.{html,json,md,yml}": "prettier --write"
4+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint": "^6.6.0",
5050
"eslint-plugin-prettier": "^3.1.1",
5151
"husky": "^3.0.9",
52-
"lint-staged": "^9.4.2",
52+
"lint-staged": "^10.2.6",
5353
"mocha": "^6.2.2",
5454
"nyc": "^14.1.1",
5555
"preact": "^10.0.4",

0 commit comments

Comments
 (0)