Skip to content

Commit 8e5dc3e

Browse files
committed
chore: update lint command
1 parent 689003d commit 8e5dc3e

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
@@ -7,7 +7,7 @@
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"lint": "run-s lint:eslint lint:markuplint lint:prettier lint:cspell",
10-
"lint:eslint": "eslint src --ext ts,tsx",
10+
"lint:eslint": "eslint src",
1111
"lint:markuplint": "markuplint src/**/*.tsx",
1212
"lint:prettier": "prettier --check 'src/**/*.{js,ts,tsx}'",
1313
"lint:cspell": "cspell src/**/* --no-progress",

0 commit comments

Comments
 (0)