diff --git a/stubs/simpleConfig.stub.js b/stubs/simpleConfig.stub.js index 5d8a99676..899fa7aa7 100644 --- a/stubs/simpleConfig.stub.js +++ b/stubs/simpleConfig.stub.js @@ -1,11 +1,5 @@ module.exports = { - theme: { - // Some useful comment - }, - variants: { - // Some useful comment - }, - plugins: [ - // Some useful comment - ] + theme: {}, + variants: {}, + plugins: [] }