From d0e44dc361d0d8b5ed313159bbfdadfa9bfeed4e Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 26 Apr 2019 12:26:15 -0400 Subject: [PATCH] Remove simple config comments --- stubs/simpleConfig.stub.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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: [] }