Skip to content

Commit d29d774

Browse files
authored
chore(lint-staged): remove git-exec-and-restage (#5281)
1 parent 24a7b61 commit d29d774

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.lintstagedrc

Lines changed: 0 additions & 3 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": "eslint --fix",
3+
"*.ts": "eslint --fix"
4+
}

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
},
6868
"devDependencies": {
6969
"0x": "^5.1.2",
70-
"@easyops/git-exec-and-restage": "^1.0.4",
7170
"@types/bluebird": "^3.5.37",
7271
"@types/node": "^18.11.8",
7372
"@types/nunjucks": "^3.2.2",
@@ -77,11 +76,11 @@
7776
"chai": "^4.3.6",
7877
"cheerio": "0.22.0",
7978
"decache": "^4.6.1",
80-
"eslint": "^8.8.0",
79+
"eslint": "^8.48.0",
8180
"eslint-config-hexo": "^5.0.0",
8281
"hexo-renderer-marked": "^6.0.0",
8382
"husky": "^8.0.1",
84-
"lint-staged": "^13.0.3",
83+
"lint-staged": "^14.0.1",
8584
"mocha": "^10.0.0",
8685
"sinon": "^15.0.0",
8786
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)