Skip to content

Commit

Permalink
fix(lint): git commit failed after change pnpm-lock.yaml file (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored Apr 14, 2022
1 parent 9add9d0 commit a83ad8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
"*.svg": "svgo",
"*.{md,ts,tsx,js,css,less,json,yml,yaml,html,sh}": "cspell --no-progress",
"*.{md,ts,tsx,js,css,less,json,yml,yaml,html,sh}": "cspell --no-progress --no-must-find-files",
};

0 comments on commit a83ad8b

Please sign in to comment.