typescript-eslint
Advanced tools
Comparing version
{ | ||
"name": "typescript-eslint", | ||
"version": "8.32.2-alpha.8", | ||
"version": "8.32.2-alpha.9", | ||
"description": "Tooling which enables you to use TypeScript with ESLint", | ||
@@ -45,13 +45,14 @@ "files": [ | ||
"scripts": { | ||
"build": "tsc -b tsconfig.build.json", | ||
"//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", | ||
"build": "yarn run -BT nx build", | ||
"clean": "rimraf dist/ coverage/", | ||
"format": "yarn run -T format", | ||
"lint": "yarn run -BT nx lint", | ||
"test": "vitest --run --config=$INIT_CWD/vitest.config.mts", | ||
"check-types": "yarn run -BT nx typecheck" | ||
"test": "yarn run -BT nx test", | ||
"typecheck": "yarn run -BT nx typecheck" | ||
}, | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "8.32.2-alpha.8", | ||
"@typescript-eslint/parser": "8.32.2-alpha.8", | ||
"@typescript-eslint/utils": "8.32.2-alpha.8" | ||
"@typescript-eslint/eslint-plugin": "8.32.2-alpha.9", | ||
"@typescript-eslint/parser": "8.32.2-alpha.9", | ||
"@typescript-eslint/utils": "8.32.2-alpha.9" | ||
}, | ||
@@ -71,3 +72,9 @@ "peerDependencies": { | ||
"url": "https://opencollective.com/typescript-eslint" | ||
}, | ||
"nx": { | ||
"name": "typescript-eslint", | ||
"includedScripts": [ | ||
"clean" | ||
] | ||
} | ||
} |
27063
0.65%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed