@typescript-eslint/types 8.32.2-alpha.7 → 8.32.2-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/types",
3
- "version": "8.32.2-alpha.7",
3
+ "version": "8.32.2-alpha.8",
4
4
  "description": "Types for the TypeScript-ESTree AST spec",
5
5
  "files": [
6
6
  "dist",
@@ -39,36 +39,15 @@
39
39
  "scripts": {
40
40
  "copy-ast-spec": "tsx ./tools/copy-ast-spec.mts",
41
41
  "build": "tsc -b tsconfig.build.json",
42
- "clean": "tsc -b tsconfig.build.json --clean",
43
- "postclean": "rimraf dist/ src/generated/ coverage/",
44
- "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
45
- "generate-lib": "npx nx run scope-manager:generate-lib",
46
- "lint": "npx nx lint",
42
+ "clean": "rimraf dist/ src/generated/ coverage/",
43
+ "format": "yarn run -T format",
44
+ "generate-lib": "yarn run -BT nx run scope-manager:generate-lib",
45
+ "lint": "yarn run -BT nx lint",
47
46
  "test": "vitest --run --config=$INIT_CWD/vitest.config.mts",
48
- "check-types": "npx nx typecheck"
49
- },
50
- "nx": {
51
- "targets": {
52
- "copy-ast-spec": {
53
- "dependsOn": [
54
- "^build"
55
- ],
56
- "outputs": [
57
- "{projectRoot}/src/generated"
58
- ],
59
- "cache": true
60
- },
61
- "build": {
62
- "dependsOn": [
63
- "^build",
64
- "copy-ast-spec"
65
- ]
66
- }
67
- }
47
+ "check-types": "yarn run -BT nx typecheck"
68
48
  },
69
49
  "devDependencies": {
70
50
  "@vitest/coverage-v8": "^3.1.3",
71
- "prettier": "^3.2.5",
72
51
  "rimraf": "*",
73
52
  "tsx": "*",
74
53
  "typescript": "*",