From 991822fe27ee384f589630563df4507d216b52c7 Mon Sep 17 00:00:00 2001 From: Soybean Date: Thu, 14 Dec 2023 02:30:00 +0800 Subject: [PATCH] docs(projects): update README.md --- README.md | 3 +++ package.json | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a1460c..b0a7a96 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 2f11d8b..5ce7f18 100644 --- a/package.json +++ b/package.json @@ -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" } }