@firefoxic/eslint-config
Advanced tools
Comparing version 4.0.0 to 5.0.0
@@ -68,17 +68,2 @@ import eslintPluginPreferLet from "eslint-plugin-prefer-let" | ||
"radix": `error`, | ||
"sort-imports": [ | ||
`error`, | ||
{ | ||
ignoreCase: true, | ||
ignoreDeclarationSort: false, | ||
ignoreMemberSort: false, | ||
memberSyntaxSortOrder: [ | ||
`single`, | ||
`multiple`, | ||
`all`, | ||
`none`, | ||
], | ||
allowSeparatedGroups: true, | ||
}, | ||
], | ||
"strict": [ | ||
@@ -85,0 +70,0 @@ `error`, |
{ | ||
"name": "@firefoxic/eslint-config", | ||
"description": "Shared config for eslint by firefoxic.", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"license": "MIT", | ||
@@ -20,3 +20,3 @@ "author": { | ||
"engines": { | ||
"node": "^20.12 || >=22.11" | ||
"node": "^20.13 || >=22.11" | ||
}, | ||
@@ -32,13 +32,13 @@ "exports": { | ||
"peerDependencies": { | ||
"eslint": "^9.13.0" | ||
"eslint": "^9.15.0" | ||
}, | ||
"dependencies": { | ||
"@eslint/js": "^9.13.0", | ||
"@stylistic/eslint-plugin-js": "^2.9.0", | ||
"@eslint/js": "^9.15.0", | ||
"@stylistic/eslint-plugin-js": "^2.10.1", | ||
"eslint-plugin-prefer-let": "^4.0.0", | ||
"globals": "^15.11.0" | ||
"globals": "^15.12.0" | ||
}, | ||
"devDependencies": { | ||
"@firefoxic/update-changelog": "^0.2.1", | ||
"eslint": "^9.13.0" | ||
"@firefoxic/update-changelog": "^1.0.0", | ||
"eslint": "^9.15.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "keywords": [ |
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
11351
384
Updated@eslint/js@^9.15.0
Updatedglobals@^15.12.0