Skip to content

Commit

Permalink
chore(npm): change prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Gautier committed Dec 5, 2019
1 parent f013dcd commit c74ff62
Show file tree
Hide file tree
Showing 4 changed files with 8,041 additions and 8,029 deletions.
18 changes: 18 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"requirePragma": false,
"insertPragma": false,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf"
}
6 changes: 0 additions & 6 deletions .prettierrc.js

This file was deleted.

Loading

0 comments on commit c74ff62

Please sign in to comment.