We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git-exec-and-restage
1 parent 24a7b61 commit d29d774Copy full SHA for d29d774
.lintstagedrc
.lintstagedrc.json
@@ -0,0 +1,4 @@
1
+{
2
+ "*.js": "eslint --fix",
3
+ "*.ts": "eslint --fix"
4
+}
package.json
@@ -67,7 +67,6 @@
67
},
68
"devDependencies": {
69
"0x": "^5.1.2",
70
- "@easyops/git-exec-and-restage": "^1.0.4",
71
"@types/bluebird": "^3.5.37",
72
"@types/node": "^18.11.8",
73
"@types/nunjucks": "^3.2.2",
@@ -77,11 +76,11 @@
77
76
"chai": "^4.3.6",
78
"cheerio": "0.22.0",
79
"decache": "^4.6.1",
80
- "eslint": "^8.8.0",
+ "eslint": "^8.48.0",
81
"eslint-config-hexo": "^5.0.0",
82
"hexo-renderer-marked": "^6.0.0",
83
"husky": "^8.0.1",
84
- "lint-staged": "^13.0.3",
+ "lint-staged": "^14.0.1",
85
"mocha": "^10.0.0",
86
"sinon": "^15.0.0",
87
"ts-node": "^10.9.1",
0 commit comments