Skip to content

Commit de7db23

Browse files
committed
eslint command starts from root directory and not from src directory
1 parent b0c4b80 commit de7db23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc -b && vite build",
9-
"lint": "eslint src/",
9+
"lint": "eslint .",
1010
"format": "prettier --write .",
1111
"format:check": "prettier --check .",
1212
"preview": "vite preview",

0 commit comments

Comments
 (0)