Skip to content

Commit d0e44dc

Browse files
committed
Remove simple config comments
1 parent b5165ac commit d0e44dc

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

stubs/simpleConfig.stub.js

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
module.exports = {
2-
theme: {
3-
// Some useful comment
4-
},
5-
variants: {
6-
// Some useful comment
7-
},
8-
plugins: [
9-
// Some useful comment
10-
]
2+
theme: {},
3+
variants: {},
4+
plugins: []
115
}

0 commit comments

Comments
 (0)