@html-validate/eslint-config 5.28.0 → 5.29.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.js +6 -6
- package/dist/cli.js.map +2 -2
- package/index.mjs +157 -26
- package/legacy.cjs +2 -0
- package/package.json +6 -6
- package/template/eslint.config.mjs.njk +33 -8
package/dist/cli.js
CHANGED
@@ -8895,7 +8895,7 @@ var require_package = __commonJS({
|
|
8895
8895
|
"package.json"(exports2, module2) {
|
8896
8896
|
module2.exports = {
|
8897
8897
|
name: "@html-validate/eslint-config",
|
8898
|
-
version: "5.
|
8898
|
+
version: "5.28.1",
|
8899
8899
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
8900
8900
|
keywords: [
|
8901
8901
|
"eslint"
|
@@ -8933,27 +8933,27 @@ var require_package = __commonJS({
|
|
8933
8933
|
prepublishOnly: "release-prepublish --retain-scripts"
|
8934
8934
|
},
|
8935
8935
|
dependencies: {
|
8936
|
-
"@eslint/eslintrc": "3.3.0",
|
8937
8936
|
"@eslint/js": "9.21.0",
|
8938
|
-
"@rushstack/eslint-patch": "1.
|
8937
|
+
"@rushstack/eslint-patch": "1.11.0",
|
8939
8938
|
eslint: "8.57.1",
|
8940
8939
|
"eslint-config-prettier": "10.1.1",
|
8941
8940
|
"eslint-config-sidvind": "1.3.2",
|
8942
8941
|
"eslint-formatter-gitlab": "5.1.0",
|
8943
8942
|
"eslint-import-resolver-node": "0.3.9",
|
8944
|
-
"eslint-import-resolver-typescript": "3.8.
|
8943
|
+
"eslint-import-resolver-typescript": "3.8.7",
|
8945
8944
|
"eslint-plugin-array-func": "4.0.0",
|
8946
8945
|
"eslint-plugin-eslint-comments": "3.2.0",
|
8947
8946
|
"eslint-plugin-import": "2.31.0",
|
8948
8947
|
"eslint-plugin-n": "17.16.2",
|
8949
8948
|
"eslint-plugin-prettier": "5.2.3",
|
8950
8949
|
"eslint-plugin-security": "3.0.1",
|
8951
|
-
"eslint-plugin-sonarjs": "3.0.2"
|
8950
|
+
"eslint-plugin-sonarjs": "3.0.2",
|
8951
|
+
globals: "16.0.0"
|
8952
8952
|
},
|
8953
8953
|
devDependencies: {
|
8954
8954
|
argparse: "2.0.1",
|
8955
8955
|
"find-up": "7.0.0",
|
8956
|
-
"internal-prettier": "5.
|
8956
|
+
"internal-prettier": "5.28.1",
|
8957
8957
|
nunjucks: "3.2.4"
|
8958
8958
|
},
|
8959
8959
|
peerDependencies: {
|