Revision | c6d4051b0b62cd0832ba28a06d829ff36ea0e30e (tree) |
---|---|
Zeit | 2024-05-06 18:02:23 |
Autor | (del#271881) |
Commiter | qq542vev |
インデントを調整。
@@ -1,21 +1,21 @@ | ||
1 | 1 | { |
2 | 2 | "rules": { |
3 | 3 | "invalid-attr": { |
4 | - "options": { | |
5 | - "allowAttrs": [ | |
6 | - "about", | |
7 | - "content", | |
8 | - "datatype", | |
9 | - "inlist", | |
10 | - "prefix", | |
11 | - "property", | |
12 | - "rel", | |
13 | - "resource", | |
14 | - "rev", | |
15 | - "typeof", | |
16 | - "vocab" | |
17 | - ] | |
18 | - } | |
19 | - } | |
4 | + "options": { | |
5 | + "allowAttrs": [ | |
6 | + "about", | |
7 | + "content", | |
8 | + "datatype", | |
9 | + "inlist", | |
10 | + "prefix", | |
11 | + "property", | |
12 | + "rel", | |
13 | + "resource", | |
14 | + "rev", | |
15 | + "typeof", | |
16 | + "vocab" | |
17 | + ] | |
18 | + } | |
19 | + } | |
20 | 20 | } |
21 | 21 | } |