Commit be41258
committed
chore: remove deprecated yarn check from pre-commit
The `yarn check` command is deprecated in Yarn 1.x and gives false
positives when there are multiple versions of the same package in the
dependency tree (e.g., ajv 6.x for eslint vs ajv 8.x for schema-utils).
Lint and test hooks remain to validate code quality.1 parent 929549d commit be41258
2 files changed
+198
-159
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
79 | | - | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
0 commit comments