@html-validate/eslint-config 5.21.8 → 5.22.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 +4 -4
- package/dist/cli.js.map +1 -1
- package/eslint.js +1 -0
- package/package.json +4 -4
package/dist/cli.js
CHANGED
@@ -13965,7 +13965,7 @@ var require_package = __commonJS({
|
|
13965
13965
|
"package.json"(exports2, module2) {
|
13966
13966
|
module2.exports = {
|
13967
13967
|
name: "@html-validate/eslint-config",
|
13968
|
-
version: "5.21.
|
13968
|
+
version: "5.21.8",
|
13969
13969
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
13970
13970
|
keywords: [
|
13971
13971
|
"eslint"
|
@@ -14007,19 +14007,19 @@ var require_package = __commonJS({
|
|
14007
14007
|
"eslint-config-sidvind": "1.3.2",
|
14008
14008
|
"eslint-formatter-gitlab": "5.1.0",
|
14009
14009
|
"eslint-import-resolver-node": "0.3.9",
|
14010
|
-
"eslint-import-resolver-typescript": "3.6.
|
14010
|
+
"eslint-import-resolver-typescript": "3.6.3",
|
14011
14011
|
"eslint-plugin-array-func": "4.0.0",
|
14012
14012
|
"eslint-plugin-eslint-comments": "3.2.0",
|
14013
14013
|
"eslint-plugin-import": "2.29.1",
|
14014
14014
|
"eslint-plugin-n": "17.10.2",
|
14015
14015
|
"eslint-plugin-prettier": "5.2.1",
|
14016
14016
|
"eslint-plugin-security": "3.0.1",
|
14017
|
-
"eslint-plugin-sonarjs": "
|
14017
|
+
"eslint-plugin-sonarjs": "2.0.1"
|
14018
14018
|
},
|
14019
14019
|
devDependencies: {
|
14020
14020
|
argparse: "2.0.1",
|
14021
14021
|
"find-up": "7.0.0",
|
14022
|
-
"internal-prettier": "5.21.
|
14022
|
+
"internal-prettier": "5.21.8",
|
14023
14023
|
nunjucks: "3.2.4"
|
14024
14024
|
},
|
14025
14025
|
peerDependencies: {
|