Skip to content

Commit

Permalink
remove defaults from prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zielak committed Sep 9, 2021
1 parent 1f98b48 commit 36b2dad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
.vscode
12 changes: 1 addition & 11 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"parser": "babel",
"requirePragma": false,
"insertPragma": false,
"proseWrap": "preserve",
"endOfLine": "lf"
"parser": "babel"
}

0 comments on commit 36b2dad

Please sign in to comment.