Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit ba7738d

Browse files
noxanjoshwiens
authored andcommitted
fix: add missing idPrefix as default value to config, close #36
1 parent 12aef99 commit ba7738d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ module.exports = {
99
],
1010
removingTagAttrs: [],
1111
classPrefix: false,
12+
idPrefix: false,
1213
};

0 commit comments

Comments
 (0)