We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fa5f9 commit 461de1cCopy full SHA for 461de1c
package.json
@@ -55,7 +55,7 @@
55
],
56
"lint-staged": {
57
"*.{ts,js,tsx,jsx}": [
58
- "yarn biome lint --apply",
+ "yarn biome lint --apply --no-errors-on-unmatched",
59
"yarn biome check --apply --no-errors-on-unmatched"
60
61
"*.md": [
0 commit comments