Skip to content

Commit 6c2353f

Browse files
committed
Fix lint command
1 parent dc5dd85 commit 6c2353f

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
@@ -40,7 +40,7 @@
4040
"clean": "rimraf lib dist es coverage",
4141
"api-types": "api-extractor run --local",
4242
"format": "prettier --write \"{src,test}/**/*.{js,ts,tsx}\" \"docs/**/*.md\"",
43-
"lint": "eslint src --ext ts,tsx,js test/utils test/components test/hooks",
43+
"lint": "eslint src test",
4444
"prepare": "yarn clean && yarn build",
4545
"pretest": "yarn lint",
4646
"test": "jest",

0 commit comments

Comments
 (0)