@d-zero/markuplint-config 5.0.0-alpha.68 → 5.0.0-alpha.69

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.
Files changed (2) hide show
  1. package/base.js +6 -0
  2. package/package.json +2 -2
package/base.js CHANGED
@@ -43,6 +43,12 @@ export default {
43
43
  reason:
44
44
  '省略可能なケースがほとんど想定されないため、原則禁止としています。省略する場合は明確な理由が必要です。(D-ZERO独自ルール)',
45
45
  },
46
+ },
47
+ },
48
+ {
49
+ selector:
50
+ 'img:not([src^="data:"], [src^="blob:"], [src^="https://"], [src^="http://"], [src^="//"])',
51
+ rules: {
46
52
  'invalid-attr': {
47
53
  options: {
48
54
  disallowAttrs: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-zero/markuplint-config",
3
- "version": "5.0.0-alpha.68",
3
+ "version": "5.0.0-alpha.69",
4
4
  "description": "Configurations of Markuplint",
5
5
  "repository": "https://github.com/d-zero-dev/linters.git",
6
6
  "author": "D-ZERO Co., Ltd.",
@@ -25,5 +25,5 @@
25
25
  "@markuplint/pug-parser": "4.6.19",
26
26
  "markuplint": "4.12.0"
27
27
  },
28
- "gitHead": "334becebf4399cb7b0d33644430ef0d424adb605"
28
+ "gitHead": "8527568567fd3b4030906fbdebe06720e606f7b8"
29
29
  }