Skip to content

Commit

Permalink
Update .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciNyan authored Feb 24, 2023
1 parent 59ea69f commit 0ed563b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"trailingComma": "none",
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"semi": false
"jsxSingleQuote": true,
"endOfLine": "lf",
"printWidth": 120,
"bracketSpacing": true,
"arrowParens": "always",
"useTabs": false
}

0 comments on commit 0ed563b

Please sign in to comment.