@freaktechnik/eslint-config-extension
Advanced tools
Comparing version 10.0.6 to 10.0.7
@@ -6,2 +6,3 @@ import globals from "globals"; | ||
import { fileURLToPath } from "url"; | ||
import { fixupConfigRules } from "@eslint/compat"; | ||
@@ -16,3 +17,3 @@ const dirname = path.dirname(fileURLToPath(import.meta.url)), | ||
...eslintConfigBrowser, | ||
...compat.extends("plugin:no-unsanitized/DOM"), | ||
...fixupConfigRules(compat.extends("plugin:no-unsanitized/DOM")), | ||
{ | ||
@@ -19,0 +20,0 @@ files: [ "**/*.js" ], |
{ | ||
"name": "@freaktechnik/eslint-config-extension", | ||
"version": "10.0.6", | ||
"version": "10.0.7", | ||
"description": "Browser extension linting config freaktechnik likes.", | ||
@@ -25,12 +25,13 @@ "main": "index.js", | ||
"dependencies": { | ||
"@eslint/compat": "^1.0.1", | ||
"@eslint/eslintrc": "^3.0.2", | ||
"@freaktechnik/eslint-config-browser": "^10.0.0", | ||
"@freaktechnik/eslint-config-browser": "^10.0.6", | ||
"eslint-plugin-no-unsanitized": "^4.0.2", | ||
"globals": "^15.0.0" | ||
"globals": "^15.2.0" | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">=8.27.0" | ||
"eslint": "^9.0.0" | ||
}, | ||
"engines": { | ||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
@@ -37,0 +38,0 @@ "publishConfig": { |
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
7766
28
6
+ Added@eslint/compat@^1.0.1
Updatedglobals@^15.2.0