Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 42d5812

Browse files
committedJul 30, 2024
Fix lint command
1 parent 4178c16 commit 42d5812

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
@@ -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)
Please sign in to comment.