@html-validate/eslint-config 5.28.0 → 5.28.1

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/legacy.cjs CHANGED
@@ -54,6 +54,7 @@ module.exports = {
54
54
  /* this is checked by compiler and without additional configuration does not
55
55
  * work with typescript */
56
56
  "n/no-missing-import": "off",
57
+ "n/no-missing-require": "off",
57
58
 
58
59
  "security/detect-child-process": "off", // produces more noise than useful errors
59
60
  "security/detect-non-literal-fs-filename": "off", // html-validate reads files, don't want to acknowledge all occurrences
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "5.28.0",
3
+ "version": "5.28.1",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -46,7 +46,7 @@
46
46
  "eslint-config-sidvind": "1.3.2",
47
47
  "eslint-formatter-gitlab": "5.1.0",
48
48
  "eslint-import-resolver-node": "0.3.9",
49
- "eslint-import-resolver-typescript": "3.8.3",
49
+ "eslint-import-resolver-typescript": "3.8.4",
50
50
  "eslint-plugin-array-func": "4.0.0",
51
51
  "eslint-plugin-eslint-comments": "3.2.0",
52
52
  "eslint-plugin-import": "2.31.0",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "943b446e6793777ceb880c87aed74551789b2c4a"
68
+ "gitHead": "d805d4df29d160c9bbc91240d0906d522cc87d89"
69
69
  }