Add trailing commas to simpleConfig.stub.js

Makes it consistent with `defaultConfig.stub.js` and saves people like me from adding them manually every time they start a project.
This commit is contained in:
Nestor Vera 2019-11-04 12:05:27 +01:00 committed by GitHub
parent e73be91938
commit 1a71d3311e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
module.exports = {
theme: {
extend: {}
extend: {},
},
variants: {},
plugins: []
plugins: [],
}