Prettier json and md files as well

This commit is contained in:
Panayiotis Lipiridis
2018-02-01 12:52:39 +01:00
parent c28cf508de
commit a74a70c12f
9 changed files with 141 additions and 177 deletions

View File

@@ -1,4 +1,12 @@
module.exports = {
trailingComma: 'es5',
singleQuote: true,
overrides: [
{
files: '*.json',
options: {
printWidth: 400,
},
},
],
};