Skip to content

Commit 42d5812

Browse files
committed
Fix lint command
1 parent 4178c16 commit 42d5812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test": "jest --runInBand",
5353
"build": "rollup --bundleConfigAsCjs -c rollup.config.js",
5454
"format": "prettier --write \"src/**/*.ts\"",
55-
"lint": "eslint ./src --ext .ts",
55+
"lint": "eslint ./src",
5656
"prepare": "npm run build",
5757
"prepublishOnly": "npm run format & npm run lint"
5858
},

0 commit comments

Comments
 (0)