@typescript-eslint/visitor-keys
Advanced tools
Comparing version
{ | ||
"name": "@typescript-eslint/visitor-keys", | ||
"version": "8.32.2-alpha.7", | ||
"version": "8.32.2-alpha.8", | ||
"description": "Visitor keys used to help traverse the TypeScript-ESTree AST", | ||
@@ -41,11 +41,10 @@ "files": [ | ||
"build": "tsc -b tsconfig.build.json", | ||
"clean": "tsc -b tsconfig.build.json --clean", | ||
"postclean": "rimraf dist/ coverage/", | ||
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore", | ||
"lint": "npx nx lint", | ||
"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": "npx nx typecheck" | ||
"check-types": "yarn run -BT nx typecheck" | ||
}, | ||
"dependencies": { | ||
"@typescript-eslint/types": "8.32.2-alpha.7", | ||
"@typescript-eslint/types": "8.32.2-alpha.8", | ||
"eslint-visitor-keys": "^4.2.0" | ||
@@ -55,3 +54,2 @@ }, | ||
"@vitest/coverage-v8": "^3.1.3", | ||
"prettier": "^3.2.5", | ||
"rimraf": "*", | ||
@@ -58,0 +56,0 @@ "typescript": "*", |
4
-20%13858
-1.08%+ Added
- Removed