Skip to content

Commit

Permalink
Fix use of I18N-GLOSSARY.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Mar 30, 2024
1 parent 7ec5747 commit 755a94c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@
}],
// turn off unused defns warning since we have restrictRefs
lint: {
"no-unused-dfns": false
"no-unused-dfns": false,
"informative-dfn": false
},

xref: ["INFRA", "VC-DATA-MODEL-2.0"],
xref: ["INFRA", "I18N-GLOSSARY", "VC-DATA-MODEL-2.0"],

// post process
postProcess: [restrictRefs, window.respecVc.createVcExamples],
Expand Down

0 comments on commit 755a94c

Please sign in to comment.