@html-validate/eslint-config 6.14.2 → 6.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import { fileURLToPath } from "node:url";
2
2
  import js from "@eslint/js";
3
+ import eslintPluginEslintComments from "@eslint-community/eslint-plugin-eslint-comments";
3
4
  import eslintConfigPrettier from "eslint-config-prettier";
4
5
  import eslintPluginArrayFunc from "eslint-plugin-array-func";
5
- import eslintPluginEslintComments from "eslint-plugin-eslint-comments";
6
6
  import eslintPluginImport from "eslint-plugin-import";
7
7
  import eslintPluginN from "eslint-plugin-n";
8
8
  import eslintPluginPrettier from "eslint-plugin-prettier";
@@ -47,7 +47,7 @@ export default [
47
47
  defineConfig({
48
48
  name: "@html-validate/eslint-config/base",
49
49
  plugins: {
50
- "eslint-comments": eslintPluginEslintComments,
50
+ "@eslint-community/eslint-comments": eslintPluginEslintComments,
51
51
  prettier: eslintPluginPrettier,
52
52
  import: eslintPluginImport,
53
53
  n: eslintPluginN,
@@ -125,12 +125,12 @@ export default [
125
125
  strict: "off",
126
126
  yoda: "error",
127
127
 
128
- "eslint-comments/disable-enable-pair": ["error", { allowWholeFile: true }],
129
- "eslint-comments/require-description": [
128
+ "@eslint-community/eslint-comments/disable-enable-pair": ["error", { allowWholeFile: true }],
129
+ "@eslint-community/eslint-comments/require-description": [
130
130
  "error",
131
131
  { ignore: ["eslint-enable", "eslint-env", "exported", "global", "globals"] },
132
132
  ],
133
- "eslint-comments/no-unused-disable": "error",
133
+ "@eslint-community/eslint-comments/no-unused-disable": "error",
134
134
 
135
135
  "import/default": "off",
136
136
  "import/extensions": ["error", "never", { json: "always" }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "6.14.2",
3
+ "version": "6.16.0",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -36,6 +36,7 @@
36
36
  "prepublishOnly": "release-prepublish --retain-scripts"
37
37
  },
38
38
  "dependencies": {
39
+ "@eslint-community/eslint-plugin-eslint-comments": "4.6.0",
39
40
  "@eslint/js": "9.39.2",
40
41
  "argparse": "2.0.1",
41
42
  "eslint": "9.39.2",
@@ -44,12 +45,11 @@
44
45
  "eslint-import-resolver-node": "0.3.9",
45
46
  "eslint-import-resolver-typescript": "4.4.4",
46
47
  "eslint-plugin-array-func": "5.1.0",
47
- "eslint-plugin-eslint-comments": "3.2.0",
48
48
  "eslint-plugin-import": "2.32.0",
49
- "eslint-plugin-n": "17.23.2",
49
+ "eslint-plugin-n": "17.24.0",
50
50
  "eslint-plugin-prettier": "5.5.5",
51
- "eslint-plugin-security": "3.0.1",
52
- "eslint-plugin-sonarjs": "3.0.7",
51
+ "eslint-plugin-security": "4.0.0",
52
+ "eslint-plugin-sonarjs": "4.0.0",
53
53
  "find-up": "8.0.0",
54
54
  "globals": "17.3.0",
55
55
  "nunjucks": "3.2.4"
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "d1ffb78beebeb44d62e33e9a1285571c8cea1a1a"
67
+ "gitHead": "eca3fda53d932f0237a955cdd1b970b2b12d213d"
68
68
  }