Skip to content

Commit

Permalink
✨ add Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Jul 24, 2021
1 parent c5ed8bd commit 30f9823
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
8 changes: 8 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"printWidth": 100,
"singleQuote": true,
"bracketSpacing": true
}

0 comments on commit 30f9823

Please sign in to comment.