Skip to content

Commit 7a89a8f

Browse files
committed
chore: cleanup lint script
1 parent 113808a commit 7a89a8f

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
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"scripts": {
66
"format": "prettier --write . && yarn lint:fix",
7-
"lint": "eslint --ext .tsx,.ts,.js,.jsx,.md .",
7+
"lint": "eslint .",
88
"lint:fix": "yarn lint --fix"
99
},
1010
"devDependencies": {

0 commit comments

Comments
 (0)