|
267 | 267 | "scripts": { |
268 | 268 | "vscode:prepublish": "yarn run package", |
269 | 269 | "publish": "vsce publish", |
270 | | - "build": "yarn clean && yarn sync-defaults && yarn run check-types && yarn run lint && yarn build:language-server && node esbuild.js", |
| 270 | + "build": "yarn clean && yarn sync-defaults && yarn run check-types && yarn build:language-server && node esbuild.js", |
271 | 271 | "build:language-server": "cd ../language-server && yarn build && cd -", |
272 | 272 | "watch": "npm-run-all -p watch:*", |
273 | 273 | "watch:esbuild": "node esbuild.js --watch", |
274 | 274 | "watch:tsc": "tsc --noEmit --watch --project tsconfig.json", |
275 | | - "package": "yarn run check-types && yarn run lint && node esbuild.js --production", |
| 275 | + "package": "yarn run check-types && node esbuild.js --production", |
276 | 276 | "build-tests": "tsc -p . --outDir out", |
277 | 277 | "watch-tests": "tsc -p . -w --outDir out", |
278 | | - "pretest": "yarn run build-tests && yarn run build && yarn run lint", |
| 278 | + "pretest": "yarn run build-tests && yarn run build", |
279 | 279 | "check-types": "tsc --noEmit", |
280 | | - "lint": "eslint src", |
281 | 280 | "test": "if [ -z \"$DISPLAY\" ]; then xvfb-run -a yarn vscode:test; else yarn vscode:test; fi", |
282 | 281 | "vscode:test": "vscode-test", |
283 | 282 | "clean": "rimraf dist", |
|
292 | 291 | "@types/mocha": "^10.0.10", |
293 | 292 | "@types/node": "25.x", |
294 | 293 | "@types/vscode": "^1.110.0", |
295 | | - "@typescript-eslint/eslint-plugin": "^8.56.1", |
296 | | - "@typescript-eslint/parser": "^8.56.1", |
297 | 294 | "@vscode/test-cli": "^0.0.12", |
298 | 295 | "@vscode/test-electron": "^2.5.2", |
299 | 296 | "@vscode/vsce": "^3.7.1", |
300 | 297 | "esbuild": "^0.27.3", |
301 | 298 | "esbuild-plugin-copy": "^2.1.1", |
302 | | - "eslint": "^10.0.0", |
303 | 299 | "npm-run-all": "^4.1.5", |
304 | 300 | "vscode-languageclient": "^9.0.1" |
305 | 301 | } |
|
0 commit comments