chore: add design tokens\css lint rules

This commit is contained in:
2026-09-02 00:14:29 +05:00
parent 191ca71553
commit 1310c51543
22 changed files with 2017 additions and 245 deletions
+7 -1
View File
@@ -11,8 +11,11 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest run",
"format": "prettier --write .",
"format": "prettier --write . --log-level warn",
"lint": "eslint .",
"lint:css": "stylelint \"./src/**/*.css\"",
"lint:all": "node scripts/lint-all.mjs",
"lint:tokens": "node scripts/check-token-parity.mjs",
"refs-cdp-audit": "node scripts/audit-cdp.mjs",
"refs-cdp-audit:large": "node scripts/audit-cdp.mjs --viewport 2560x1440",
"refs-cdp-audit:responsive": "node scripts/audit-cdp-responsive.mjs",
@@ -30,8 +33,11 @@
"eslint-plugin-svelte": "^3.23.0",
"globals": "^17.11.0",
"playwright": "^1.62.1",
"postcss": "^8.5.26",
"prettier": "^3.9.6",
"prettier-plugin-svelte": "^4.1.1",
"stylelint": "^17.14.1",
"stylelint-config-standard": "^40.0.0",
"svelte": "^5.56.1",
"svelte-check": "^4.6.0",
"svelte-eslint-parser": "^1.8.1",