Skip to content

Commit

Permalink
Update config.js - Change group to wgbase.
Browse files Browse the repository at this point in the history
Disable linting for w3c group association
  • Loading branch information
fellahst authored Nov 20, 2024
1 parent 80ed1f1 commit 4d6b261
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
var respecConfig = {
specStatus: "base",
group: "none",
group: "wgbase",
latestVersion: "https://doi-do.github.io/dcat-us/",
logos: [],
maxTocLevel: 2,
overrideCopyright: true,
lint: {
"no-w3c-group": false, // Disable linting for W3C group association
},
editors: [
{
name: "Thomas Dabolt",
Expand Down

0 comments on commit 4d6b261

Please sign in to comment.