mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 08:23:36 -03:00
Add support for scanning tartgeted paths with lint npm script (#7436)
This commit is contained in:
@@ -162,7 +162,7 @@
|
|||||||
"build:check": "tsc --noEmit",
|
"build:check": "tsc --noEmit",
|
||||||
"build:es-check": "npm run build:production && npm run escheck",
|
"build:es-check": "npm run build:production && npm run escheck",
|
||||||
"escheck": "es-check",
|
"escheck": "es-check",
|
||||||
"lint": "eslint \"./\"",
|
"lint": "eslint",
|
||||||
"test": "vitest --watch=false --config vite.config.ts",
|
"test": "vitest --watch=false --config vite.config.ts",
|
||||||
"test:watch": "vitest --config vite.config.ts",
|
"test:watch": "vitest --config vite.config.ts",
|
||||||
"stylelint": "stylelint \"src/**/*.{css,scss}\""
|
"stylelint": "stylelint \"src/**/*.{css,scss}\""
|
||||||
|
|||||||
Reference in New Issue
Block a user