@html-validate/eslint-config 5.26.0 → 5.26.5
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 +4 -4
- package/dist/cli.js.map +1 -1
- package/package.json +4 -4
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.26.3",
|
8899
8899
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
8900
8900
|
keywords: [
|
8901
8901
|
"eslint"
|
@@ -8937,19 +8937,19 @@ var require_package = __commonJS({
|
|
8937
8937
|
"eslint-config-sidvind": "1.3.2",
|
8938
8938
|
"eslint-formatter-gitlab": "5.1.0",
|
8939
8939
|
"eslint-import-resolver-node": "0.3.9",
|
8940
|
-
"eslint-import-resolver-typescript": "3.
|
8940
|
+
"eslint-import-resolver-typescript": "3.8.3",
|
8941
8941
|
"eslint-plugin-array-func": "4.0.0",
|
8942
8942
|
"eslint-plugin-eslint-comments": "3.2.0",
|
8943
8943
|
"eslint-plugin-import": "2.31.0",
|
8944
8944
|
"eslint-plugin-n": "17.15.1",
|
8945
8945
|
"eslint-plugin-prettier": "5.2.3",
|
8946
8946
|
"eslint-plugin-security": "3.0.1",
|
8947
|
-
"eslint-plugin-sonarjs": "3.0.
|
8947
|
+
"eslint-plugin-sonarjs": "3.0.2"
|
8948
8948
|
},
|
8949
8949
|
devDependencies: {
|
8950
8950
|
argparse: "2.0.1",
|
8951
8951
|
"find-up": "7.0.0",
|
8952
|
-
"internal-prettier": "5.
|
8952
|
+
"internal-prettier": "5.26.3",
|
8953
8953
|
nunjucks: "3.2.4"
|
8954
8954
|
},
|
8955
8955
|
peerDependencies: {
|