Skip to content

Commit 84e242a

Browse files
authored
Merge pull request #55 from lightspeedwp/claude/add-metrics-agent-011CV3KrZi9ckoMhA4Wmtsfv
PR: Add Metrics Agent and Initial Monitoring Integration
2 parents f800ad5 + e0c0e6c commit 84e242a

File tree

2 files changed

+2
-145
lines changed

2 files changed

+2
-145
lines changed

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@
105105
"playwright": "^1.40.0",
106106
"prettier": "^3.0.0",
107107
"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",
112108
"@stoplight/spectral-functions": "^1.0.0",
113109
"ts-jest": "29.4.5",
114110
"typescript": "^5.0.0"
@@ -117,15 +113,13 @@
117113
"lint:pkg-json": "npmPkgJsonLint --configFile npmpackagejsonlint.config.cjs .",
118114
"lint:yaml": "spectral lint '**/*.{yml,yaml}' --ruleset spectral.config.js",
119115
"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",
121117
"lint:all": "npm run lint && npm run lint:workflows && npm run lint:md",
122118
"lint:js": "eslint '**/*.{js,jsx,ts,tsx}' --fix",
123-
"lint:css": "stylelint '**/*.{css,scss}' --fix",
124119
"lint:md": "markdownlint '**/*.md' --fix",
125120
"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",
127121
"format:md": "prettier '**/*.md' --write && markdownlint '**/*.md' --fix",
128-
"format": "npm run format:js && npm run format:css",
122+
"format": "npm run format:js",
129123
"sync-version": "node scripts/sync-version.js",
130124
"metrics:run": "node metrics/frontmatter-metrics.js",
131125
"metrics:ci": "node metrics/frontmatter-metrics.js",

stylelint.config.js

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)