Skip to content

Commit

Permalink
fix: prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Nov 18, 2021
1 parent 052a0c4 commit 7b7b850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"singleQuote": true,
"quotePros": "as-needed",
"trailingComma": "none",
"quoteProps": "as-needed",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"semi": true,
"useTabs": false,
"tabWidth": 4
}
}

0 comments on commit 7b7b850

Please sign in to comment.