Add support for scanning tartgeted paths with lint npm script (#7436)

This commit is contained in:
Tyler Mills
2025-12-18 16:42:26 -05:00
committed by GitHub
parent 9766d77fd4
commit 522b7455f4

View File

@@ -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}\""