mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
chore: fix markdown prettier formatting
This commit is contained in:
parent
efe1e5ea5e
commit
9823670084
4 changed files with 45 additions and 19 deletions
|
@ -6,4 +6,12 @@ module.exports = {
|
|||
trailingComma: 'es5',
|
||||
bracketSpacing: true,
|
||||
semi: true,
|
||||
overrides: [
|
||||
{
|
||||
files: '*.md',
|
||||
options: {
|
||||
tabWidth: 2,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue