Skip to content

Commit

Permalink
docs(projects): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Dec 13, 2023
1 parent d90a7bb commit 991822f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
>[!IMPORTANT]
> ESlint will use new flat config when released 10.0.0, It's recommend to SoybeanJS's ESLint Flat Config: [@soybeanjs/eslint-config](https://github.com/soybeanjs/eslint-flat-config)
# SoybeanJS's ESLint config presets

English | [中文](./README.zh_CN.md)
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@
"typescript": ">=4.8.0"
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
"commit-msg": "pnpm soy git-commit-verify"
}
}

0 comments on commit 991822f

Please sign in to comment.