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 a0a0068 commit b366f54Copy full SHA for b366f54
package.json
@@ -17,7 +17,7 @@
17
"build-cjs": "tsc --project tsconfig.build.json --outDir dist/cjs --module commonjs",
18
"clean": "rimraf dist",
19
"jest": "jest",
20
- "lint": "eslint src --ext .js,.ts",
+ "lint": "eslint src",
21
"postinstall": "husky install",
22
"prepack": "yarn clean && yarn build",
23
"prettier": "prettier --check . --cache",
0 commit comments