|
25 | 25 | "check:local:watch": "VITE_TEMPORAL_UI_BUILD_TARGET=local svelte-check --tsconfig ./tsconfig.json --watch",
|
26 | 26 | "check:cloud": "VITE_TEMPORAL_UI_BUILD_TARGET=local svelte-check --tsconfig ./tsconfig.json",
|
27 | 27 | "check:cloud:watch": "VITE_TEMPORAL_UI_BUILD_TARGET=local svelte-check --tsconfig ./tsconfig.json --watch",
|
28 |
| - "lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .", |
29 |
| - "format": "prettier --write --plugin-search-dir=. .", |
| 28 | + "lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore . && stylelint \"src/**/*.{css,postcss,svelte}\"", |
| 29 | + "format": "prettier --write --plugin-search-dir=. . && stylelint \"src/**/*.{css,postcss,svelte}\" --fix", |
30 | 30 | "cypress": "concurrently \"pnpm run dev:test\" \"cypress open\"",
|
31 | 31 | "cypress:run": "cypress run",
|
32 | 32 | "package": "svelte-kit package && rsync -r ./package/lib/ ./package/ && rm -rf ./package/lib",
|
|
95 | 95 | "mock-socket": "^9.1.0",
|
96 | 96 | "postcss": "^8.4.5",
|
97 | 97 | "postcss-cli": "^9.1.0",
|
| 98 | + "postcss-html": "^1.5.0", |
98 | 99 | "postcss-import": "^14.1.0",
|
99 | 100 | "postcss-load-config": "^3.1.0",
|
100 | 101 | "prettier": "^2.7.1",
|
101 | 102 | "prettier-plugin-tailwindcss": "^0.1.11",
|
102 |
| - "stylelint": "^14.6.1", |
| 103 | + "stylelint": "^14.16.0", |
| 104 | + "stylelint-config-prettier": "^9.0.4", |
103 | 105 | "stylelint-config-recommended": "^7.0.0",
|
| 106 | + "stylelint-config-standard": "^29.0.0", |
104 | 107 | "svelte": "^3.52.0",
|
105 | 108 | "svelte-check": "^2.4.5",
|
106 | 109 | "svelte-highlight": "^3.4.0",
|
|
0 commit comments