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 d10cd6a commit e28fe49Copy full SHA for e28fe49
lint-staged.config.js
@@ -7,7 +7,8 @@ module.exports = {
7
"eslint --fix --cache --no-error-on-unmatched-pattern --quiet"
8
],
9
"package.json": (files) => [
10
- "yarn constraints --fix && yarn install",
+ "yarn constraints --fix",
11
+ "yarn install",
12
`eslint --fix --cache --no-error-on-unmatched-pattern --quiet ${files.join(" ")}`,
13
14
"dist/*.css": [
0 commit comments