Skip to content

Commit 755a94c

Browse files
committed
Fix use of I18N-GLOSSARY.
1 parent 7ec5747 commit 755a94c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,11 @@
100100
}],
101101
// turn off unused defns warning since we have restrictRefs
102102
lint: {
103-
"no-unused-dfns": false
103+
"no-unused-dfns": false,
104+
"informative-dfn": false
104105
},
105106

106-
xref: ["INFRA", "VC-DATA-MODEL-2.0"],
107+
xref: ["INFRA", "I18N-GLOSSARY", "VC-DATA-MODEL-2.0"],
107108

108109
// post process
109110
postProcess: [restrictRefs, window.respecVc.createVcExamples],

0 commit comments

Comments
 (0)