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 b2c2bbd commit ab38a3aCopy full SHA for ab38a3a
package.json
@@ -27,7 +27,7 @@
27
"scripts": {
28
"lint": "eslint ./bin/*.js ./packages/**/*.js ./test/**/*.js",
29
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
30
- "lint:codeOnly": "eslint \"{utils}/**/!(__testfixtures__)/*.js\" \"{utils}/**.js\"",
+ "lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",
31
"precommit": "lint-staged",
32
"pretest": "npm run lint",
33
"test": "lerna run test",
0 commit comments