Skip to content

Commit

Permalink
remove unknown prettierrc option
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjlockwood committed Aug 5, 2018
1 parent 6da6557 commit f7f4257
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"cssEnable": []
"trailingComma": "all"
}

0 comments on commit f7f4257

Please sign in to comment.