|
105 | 105 | "playwright": "^1.40.0", |
106 | 106 | "prettier": "^3.0.0", |
107 | 107 | "puppeteer": "^23.11.1", |
108 | | - "stylelint": "^14.16.0", |
109 | | - "stylelint-config-prettier": "^9.0.0", |
110 | | - "stylelint-config-standard": "^36.0.0", |
111 | | - "postcss-scss": "^4.0.9", |
112 | 108 | "@stoplight/spectral-functions": "^1.0.0", |
113 | 109 | "ts-jest": "29.4.5", |
114 | 110 | "typescript": "^5.0.0" |
|
117 | 113 | "lint:pkg-json": "npmPkgJsonLint --configFile npmpackagejsonlint.config.cjs .", |
118 | 114 | "lint:yaml": "spectral lint '**/*.{yml,yaml}' --ruleset spectral.config.js", |
119 | 115 | "lint:workflows": "spectral lint '.github/workflows/*.{yml,yaml}' --ruleset spectral.config.js", |
120 | | - "lint": "npm run lint:js && npm run lint:css && npm run lint:yaml && npm run lint:pkg-json", |
| 116 | + "lint": "npm run lint:js && npm run lint:yaml && npm run lint:pkg-json", |
121 | 117 | "lint:all": "npm run lint && npm run lint:workflows && npm run lint:md", |
122 | 118 | "lint:js": "eslint '**/*.{js,jsx,ts,tsx}' --fix", |
123 | | - "lint:css": "stylelint '**/*.{css,scss}' --fix", |
124 | 119 | "lint:md": "markdownlint '**/*.md' --fix", |
125 | 120 | "format:js": "prettier '**/*.{js,jsx,ts,tsx}' --write && prettier '**/*.json' --write && eslint '**/*.{js,jsx,ts,tsx}' --fix --format && eslint '**/*.json' --fix --format", |
126 | | - "format:css": "prettier '**/*.{css,scss}' --write && stylelint '**/*.{css,scss}' --fix", |
127 | 121 | "format:md": "prettier '**/*.md' --write && markdownlint '**/*.md' --fix", |
128 | | - "format": "npm run format:js && npm run format:css", |
| 122 | + "format": "npm run format:js", |
129 | 123 | "sync-version": "node scripts/sync-version.js", |
130 | 124 | "metrics:run": "node metrics/frontmatter-metrics.js", |
131 | 125 | "metrics:ci": "node metrics/frontmatter-metrics.js", |
|
0 commit comments