Skip to content

Instantly share code, notes, and snippets.

@travisduffy
Last active October 29, 2020 22:10
Show Gist options
  • Save travisduffy/e4e9ee2bf1fc93838a6f86c8e095f76a to your computer and use it in GitHub Desktop.
Save travisduffy/e4e9ee2bf1fc93838a6f86c8e095f76a to your computer and use it in GitHub Desktop.

Revisions

  1. travisduffy revised this gist Oct 29, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .prettierrc
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    {
    "printWidth": 80,
    "endOfLine": "lf",
    "semi": false,
    "singleQuote": true,
  2. travisduffy created this gist Oct 29, 2020.
    9 changes: 9 additions & 0 deletions .prettierrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    {
    "endOfLine": "lf",
    "semi": false,
    "singleQuote": true,
    "useTabs": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "arrowParens": "avoid"
    }