@html-validate/eslint-config 5.3.4 → 5.3.6
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 +2 -2
- package/package.json +3 -3
package/dist/cli.js
CHANGED
@@ -8908,7 +8908,7 @@ var require_package = __commonJS({
|
|
8908
8908
|
"package.json"(exports, module2) {
|
8909
8909
|
module2.exports = {
|
8910
8910
|
name: "@html-validate/eslint-config",
|
8911
|
-
version: "5.3.
|
8911
|
+
version: "5.3.4",
|
8912
8912
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
8913
8913
|
keywords: [
|
8914
8914
|
"eslint"
|
@@ -8951,7 +8951,7 @@ var require_package = __commonJS({
|
|
8951
8951
|
"eslint-plugin-node": "11.1.0",
|
8952
8952
|
"eslint-plugin-prettier": "4.0.0",
|
8953
8953
|
"eslint-plugin-security": "1.4.0",
|
8954
|
-
"eslint-plugin-sonarjs": "0.
|
8954
|
+
"eslint-plugin-sonarjs": "0.12.0"
|
8955
8955
|
},
|
8956
8956
|
devDependencies: {
|
8957
8957
|
argparse: "2.0.1",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@html-validate/eslint-config",
|
3
|
-
"version": "5.3.
|
3
|
+
"version": "5.3.6",
|
4
4
|
"description": "Eslint sharable config used by the various HTML-validate packages",
|
5
5
|
"keywords": [
|
6
6
|
"eslint"
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"eslint-plugin-node": "11.1.0",
|
44
44
|
"eslint-plugin-prettier": "4.0.0",
|
45
45
|
"eslint-plugin-security": "1.4.0",
|
46
|
-
"eslint-plugin-sonarjs": "0.
|
46
|
+
"eslint-plugin-sonarjs": "0.12.0"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"argparse": "2.0.1",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"publishConfig": {
|
61
61
|
"access": "public"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "82969bd597ab07ae5eae85723f353727273acbbf"
|
64
64
|
}
|