Skip to content

Commit

Permalink
Create .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtausifiqbal authored Oct 15, 2023
1 parent c1ac94c commit f7af223
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": true,
"bracketSameLine": true,
"jsxSingleQuote": false,
"printWidth": 150,
"proseWrap": "always",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "all",
"useTabs": false
}

0 comments on commit f7af223

Please sign in to comment.