eslint-compat-utils
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "eslint-compat-utils", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Provides an API for ESLint custom rules that is compatible with the latest ESLint even when using older ESLint.", | ||
@@ -42,4 +42,4 @@ "engines": { | ||
"lint": "npm-run-all \"lint:*\"", | ||
"lint:js": "eslint . --ext .js,.mjs,.ts,.json,.yml,.yaml", | ||
"eslint-fix": "eslint . --ext .js,.mjs,.ts,.json,.yml,.yaml --fix", | ||
"lint:js": "eslint .", | ||
"eslint-fix": "eslint . --fix", | ||
"test:cover": "nyc --reporter=lcov npm run test", | ||
@@ -74,16 +74,16 @@ "test": "npm run mocha -- \"tests/src/**/*.ts\" --reporter dot --timeout 60000", | ||
"@changesets/cli": "^2.26.2", | ||
"@ota-meshi/eslint-plugin": "^0.15.0", | ||
"@ota-meshi/eslint-plugin": "^0.17.5", | ||
"@svitejs/changesets-changelog-github-compact": "^1.1.0", | ||
"@types/eslint": "^8.44.3", | ||
"@types/eslint": "^9.0.0", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^22.0.0", | ||
"@types/semver": "^7.5.8", | ||
"@typescript-eslint/eslint-plugin": "^8.0.0", | ||
"@typescript-eslint/parser": "^8.0.0", | ||
"esbuild-register": "^3.5.0", | ||
"eslint": "^8.56.0", | ||
"eslint": "^9.14.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-jsdoc": "^50.4.3", | ||
"eslint-plugin-json-schema-validator": "^5.0.0", | ||
"eslint-plugin-jsonc": "^2.9.0", | ||
"eslint-plugin-n": "^17.0.0", | ||
"eslint-plugin-node-dependencies": "^0.12.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
@@ -95,2 +95,3 @@ "eslint-plugin-yml": "^1.9.0", | ||
"prettier": "^3.0.3", | ||
"typescript-eslint": "^8.13.0", | ||
"unbuild": "^2.0.0" | ||
@@ -97,0 +98,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53721
23