Skip to content

Commit

Permalink
Update prettier and run it on YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
yutailang0119 committed Oct 22, 2021
1 parent b725d92 commit a1bb7e2
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}

0 comments on commit a1bb7e2

Please sign in to comment.