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.
2 parents 0079b6e + c18fda7 commit b413d52Copy full SHA for b413d52
package.json
@@ -8,8 +8,8 @@
8
"build": "tsc",
9
"format": "prettier --write '**/*.ts'",
10
"format-check": "prettier --check '**/*.ts'",
11
- "lint": "eslint --fix **src/*.ts; eslint --fix **src/**/*.ts; eslint --fix __tests__/**/*.ts",
12
- "lint-check": "eslint **src/*.ts; eslint **src/**/*.ts; eslint __tests__/**/*.ts",
+ "lint": "eslint --fix '@(src|__tests__)/**/*.ts'",
+ "lint-check": "eslint '@(src|__tests__)/**/*.ts'",
13
"package": "ncc build --source-map --license licenses.txt",
14
"test": "yarn build && jest --coverage",
15
"test-unit": "jest --coverage --testPathPattern __tests__/unit/[a-z-]+.test.ts",
0 commit comments