Skip to content

Commit

Permalink
update,
Browse files Browse the repository at this point in the history
  • Loading branch information
louiscklaw committed May 20, 2023
1 parent 8ba149a commit a80195c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "strict",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 120,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"overrides": [
{
"files": ["*.html"],
"options": {}
},
{
"files": ["*.{j,t}sx", "*.{j,t}s"],
"options": {}
}
]
}

0 comments on commit a80195c

Please sign in to comment.