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 916c5bf commit ddd7367Copy full SHA for ddd7367
package.json
@@ -29,7 +29,7 @@
29
"scripts": {
30
"test": "jest",
31
"typecheck": "tsc --noEmit",
32
- "lint": "eslint \"**/*.{js,ts,tsx}\"",
+ "lint": "eslint .",
33
"prepack": "bob build",
34
"release": "release-it",
35
},
0 commit comments