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 e2e399b commit 696a5aeCopy full SHA for 696a5ae
package.json
@@ -46,8 +46,8 @@
46
"scripts": {
47
"build": "tsc",
48
"test": "yarn lint && yarn cover",
49
- "lint": "eslint src/**/**/*.ts __tests__/**/**/*.ts",
50
- "lint:fix": "eslint --fix src/**/**/*.ts __tests__/**/**/*.ts",
+ "lint": "eslint 'src/**/*.ts' '__tests__/**/*.ts'",
+ "lint:fix": "eslint --fix 'src/**/*.ts' '__tests__/**/*.ts'",
51
"cover": "jest --coverage",
52
"update": "ncu -u && yarn install && yarn upgrade && yarn audit"
53
}
0 commit comments