Skip to content

Commit 8f41e93

Browse files
committed
fix: ESLint configuration
1 parent 9051fd7 commit 8f41e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"prepare": "npx simple-git-hooks",
1212
"build": "microbundle -f cjs,es,umd --no-generateTypes",
13-
"lint": "eslint src/*.{js,jsx}",
13+
"lint": "eslint src/*.js",
1414
"test": "npm run test:types & npm run test:browser",
1515
"test:browser": "wtr test/*.test.{js,jsx}",
1616
"test:types": "tsc -p test/",

0 commit comments

Comments
 (0)