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 5f9582d commit 54d485cCopy full SHA for 54d485c
package.json
@@ -15,6 +15,8 @@
15
"eslint:fix": "eslint --fix src/",
16
"eslint:lint-extra": "eslint ./ --ignore-pattern 'src/'",
17
"eslint:fix-extra": "eslint --fix ./ --ignore-pattern 'src/'",
18
+ "eslint:lint-all": "pnpm eslint:lint && pnpm eslint:lint-extra",
19
+ "eslint:fix-all": "pnpm eslint:fix && pnpm eslint:fix-extra",
20
"prepublishOnly": "pnpm build",
21
"prettier:check": "prettier --check src/",
22
"prettier:write": "prettier --write src/",
0 commit comments