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 393db6c commit 91a56f7Copy full SHA for 91a56f7
package.json
@@ -22,7 +22,8 @@
22
"build:src": "npx tsup index.ts --format esm --legacy-output",
23
"build:browser": "webpack",
24
"build": "yarn build:types && yarn build:browser",
25
- "lint": "eslint . --ext .ts",
+ "lint": "eslint **/*.ts",
26
+ "lint:fix": "eslint **/*.ts --fix",
27
"prettier": "prettier --write '**/*.{ts,js}'",
28
"pr-check": "yarn prettier && yarn lint && yarn build && yarn test"
29
},
0 commit comments