eslint-flat-config-utils
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -210,3 +210,3 @@ import { Linter } from 'eslint'; | ||
*/ | ||
overrides(overrides: Record<StringLiteralUnion<ConfigNames, string | number>, T | ((config: T) => Awaitable<T>)>): this; | ||
overrides(overrides: Partial<Record<StringLiteralUnion<ConfigNames, string | number>, T | ((config: T) => Awaitable<T>)>>): this; | ||
/** | ||
@@ -213,0 +213,0 @@ * Override rules and it's options in **all configs**. |
{ | ||
"name": "eslint-flat-config-utils", | ||
"type": "module", | ||
"version": "0.2.3", | ||
"packageManager": "pnpm@8.15.7", | ||
"version": "0.2.4", | ||
"packageManager": "pnpm@9.0.6", | ||
"description": "Utils for managing and manipulating ESLint flat config arrays", | ||
@@ -54,7 +54,7 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"dependencies": { | ||
"@types/eslint": "^8.56.9", | ||
"@types/eslint": "^8.56.10", | ||
"pathe": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.13.3", | ||
"@antfu/eslint-config": "^2.15.0", | ||
"@antfu/ni": "^0.21.12", | ||
@@ -64,7 +64,7 @@ "@antfu/utils": "^0.7.7", | ||
"bumpp": "^9.4.0", | ||
"eslint": "^9.0.0", | ||
"eslint": "^9.1.1", | ||
"esno": "^4.7.0", | ||
"jsr": "^0.12.2", | ||
"lint-staged": "^15.2.2", | ||
"pnpm": "^8.15.7", | ||
"pnpm": "^9.0.6", | ||
"rimraf": "^5.0.5", | ||
@@ -74,4 +74,4 @@ "simple-git-hooks": "^2.11.1", | ||
"unbuild": "^2.0.0", | ||
"vite": "^5.2.8", | ||
"vitest": "^1.5.0" | ||
"vite": "^5.2.10", | ||
"vitest": "^1.5.2" | ||
}, | ||
@@ -78,0 +78,0 @@ "simple-git-hooks": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57763
1022
Updated@types/eslint@^8.56.10