Improve CSS

This commit is contained in:
Julien Bisconti
2018-04-07 14:38:24 +02:00
parent a81402560a
commit ead9baa117
5 changed files with 215 additions and 46 deletions

View File

@@ -23,7 +23,8 @@ module.exports = {
"prettier/prettier": [
"error",
{
"singleQuote": true
"singleQuote": true,
"trailingComma": "all",
}
]
}