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 381e16d commit 7d4547eCopy full SHA for 7d4547e
package.json
@@ -27,7 +27,7 @@
27
"typescript": "^4.8.4"
28
},
29
"scripts": {
30
- "lint": "tsc && eslint './src/**/*.ts'",
+ "lint": "tsc && eslint \"./src/**/*\"",
31
"lint:fix": "yarn lint --fix",
32
"build": "rm -rf dist && tsc",
33
"prepublishOnly": "yarn lint && yarn test:check && yarn build",
0 commit comments