diff --git a/stubs/simpleConfig.stub.js b/stubs/simpleConfig.stub.js index dd6532cb4..af829e20f 100644 --- a/stubs/simpleConfig.stub.js +++ b/stubs/simpleConfig.stub.js @@ -1,7 +1,7 @@ module.exports = { theme: { - extend: {} + extend: {}, }, variants: {}, - plugins: [] + plugins: [], }