Skip to content

Commit c044e8f

Browse files
rename lint-js to lint-ts
1 parent 69b2e35 commit c044e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

React/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"build": "tsc -b && vite build",
99
"test": "vitest",
1010
"test:watch": "vitest --watch",
11-
"lint-js": "eslint .",
11+
"lint-ts": "eslint .",
1212
"lint-css": "stylelint src/**/*.css --allow-empty-input",
13-
"lint": "npm-run-all -p -c lint-js lint-css",
13+
"lint": "npm-run-all -p -c lint-ts lint-css",
1414
"preview": "vite preview"
1515
},
1616

0 commit comments

Comments
 (0)