@firefoxic/eslint-config
Advanced tools
Comparing version 2.2.0 to 3.0.0
@@ -0,1 +1,2 @@ | ||
import eslintPluginPreferLet from "eslint-plugin-prefer-let" | ||
import js from "@eslint/js" | ||
@@ -90,2 +91,10 @@ import stylisticJs from "@stylistic/eslint-plugin-js" | ||
plugins: { | ||
"prefer-let": eslintPluginPreferLet, | ||
}, | ||
rules: { | ||
"prefer-let/prefer-let": `error`, | ||
}, | ||
}, | ||
{ | ||
plugins: { | ||
"@stylistic/js": stylisticJs, | ||
@@ -92,0 +101,0 @@ }, |
{ | ||
"name": "@firefoxic/eslint-config", | ||
"description": "Shared config for eslint by firefoxic.", | ||
"version": "2.2.0", | ||
"version": "3.0.0", | ||
"license": "MIT", | ||
@@ -31,3 +31,4 @@ "author": { | ||
"@eslint/js": "^9.9.0", | ||
"@stylistic/eslint-plugin-js": "^2.6.2", | ||
"@stylistic/eslint-plugin-js": "^2.6.4", | ||
"eslint-plugin-prefer-let": "^4.0.0", | ||
"globals": "^15.9.0" | ||
@@ -34,0 +35,0 @@ }, |
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
11373
393
5
+ Addedeslint-plugin-prefer-let@4.0.0(transitive)
+ Addedrequireindex@1.2.0(transitive)