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 9051fd7 commit 8f41e93Copy full SHA for 8f41e93
package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"prepare": "npx simple-git-hooks",
12
"build": "microbundle -f cjs,es,umd --no-generateTypes",
13
- "lint": "eslint src/*.{js,jsx}",
+ "lint": "eslint src/*.js",
14
"test": "npm run test:types & npm run test:browser",
15
"test:browser": "wtr test/*.test.{js,jsx}",
16
"test:types": "tsc -p test/",
0 commit comments