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 4178c16 commit 42d5812Copy full SHA for 42d5812
package.json
@@ -52,7 +52,7 @@
52
"test": "jest --runInBand",
53
"build": "rollup --bundleConfigAsCjs -c rollup.config.js",
54
"format": "prettier --write \"src/**/*.ts\"",
55
- "lint": "eslint ./src --ext .ts",
+ "lint": "eslint ./src",
56
"prepare": "npm run build",
57
"prepublishOnly": "npm run format & npm run lint"
58
},
0 commit comments