@html-validate/eslint-config 6.15.0 → 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/dist/cli.mjs +3 -3
- package/dist/cli.mjs.map +2 -2
- package/index.mjs +5 -5
- package/package.json +4 -4
package/dist/cli.mjs
CHANGED
|
@@ -8902,7 +8902,7 @@ var require_package = __commonJS({
|
|
|
8902
8902
|
"package.json"(exports, module) {
|
|
8903
8903
|
module.exports = {
|
|
8904
8904
|
name: "@html-validate/eslint-config",
|
|
8905
|
-
version: "6.
|
|
8905
|
+
version: "6.15.0",
|
|
8906
8906
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
|
8907
8907
|
keywords: [
|
|
8908
8908
|
"eslint"
|
|
@@ -8938,6 +8938,7 @@ var require_package = __commonJS({
|
|
|
8938
8938
|
prepublishOnly: "release-prepublish --retain-scripts"
|
|
8939
8939
|
},
|
|
8940
8940
|
dependencies: {
|
|
8941
|
+
"@eslint-community/eslint-plugin-eslint-comments": "4.6.0",
|
|
8941
8942
|
"@eslint/js": "9.39.2",
|
|
8942
8943
|
argparse: "2.0.1",
|
|
8943
8944
|
eslint: "9.39.2",
|
|
@@ -8946,11 +8947,10 @@ var require_package = __commonJS({
|
|
|
8946
8947
|
"eslint-import-resolver-node": "0.3.9",
|
|
8947
8948
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
8948
8949
|
"eslint-plugin-array-func": "5.1.0",
|
|
8949
|
-
"eslint-plugin-eslint-comments": "3.2.0",
|
|
8950
8950
|
"eslint-plugin-import": "2.32.0",
|
|
8951
8951
|
"eslint-plugin-n": "17.24.0",
|
|
8952
8952
|
"eslint-plugin-prettier": "5.5.5",
|
|
8953
|
-
"eslint-plugin-security": "
|
|
8953
|
+
"eslint-plugin-security": "4.0.0",
|
|
8954
8954
|
"eslint-plugin-sonarjs": "4.0.0",
|
|
8955
8955
|
"find-up": "8.0.0",
|
|
8956
8956
|
globals: "17.3.0",
|