Skip to content

Commit

Permalink
Merge 636c98e into 24a7b61
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Aug 29, 2023
2 parents 24a7b61 + 636c98e commit aff0719
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .lintstagedrc

This file was deleted.

4 changes: 4 additions & 0 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"*.js": "eslint --fix",
"*.ts": "eslint --fix"
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
},
"devDependencies": {
"0x": "^5.1.2",
"@easyops/git-exec-and-restage": "^1.0.4",
"@types/bluebird": "^3.5.37",
"@types/node": "^18.11.8",
"@types/nunjucks": "^3.2.2",
Expand All @@ -77,11 +76,11 @@
"chai": "^4.3.6",
"cheerio": "0.22.0",
"decache": "^4.6.1",
"eslint": "^8.8.0",
"eslint": "^8.48.0",
"eslint-config-hexo": "^5.0.0",
"hexo-renderer-marked": "^6.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"lint-staged": "^14.0.1",
"mocha": "^10.0.0",
"sinon": "^15.0.0",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit aff0719

Please sign in to comment.