chore: fix markdown prettier formatting

This commit is contained in:
41666 2020-10-11 15:56:35 -04:00
parent efe1e5ea5e
commit 9823670084
4 changed files with 45 additions and 19 deletions

View file

@ -6,4 +6,12 @@ module.exports = {
trailingComma: 'es5',
bracketSpacing: true,
semi: true,
overrides: [
{
files: '*.md',
options: {
tabWidth: 2,
},
},
],
};