Skip to content

Instantly share code, notes, and snippets.

@jasonappah
Last active October 28, 2021 18:35
Show Gist options
  • Select an option

  • Save jasonappah/3f4d5884db8c4e8e17dfc2140c2d2577 to your computer and use it in GitHub Desktop.

Select an option

Save jasonappah/3f4d5884db8c4e8e17dfc2140c2d2577 to your computer and use it in GitHub Desktop.

Revisions

  1. jasonappah revised this gist Oct 28, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .prettierrc
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    "printWidth": 90,
    "tabWidth": 4,
    "useTabs": true,
    "semi": false,
    "semi": true,
    "singleQuote": false,
    "trailingComma": "none",
    "bracketSpacing": false,
  2. jasonappah created this gist Oct 25, 2021.
    13 changes: 13 additions & 0 deletions .prettierrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    {
    "printWidth": 90,
    "tabWidth": 4,
    "useTabs": true,
    "semi": false,
    "singleQuote": false,
    "trailingComma": "none",
    "bracketSpacing": false,
    "arrowParens": "always",
    "requirePragma": false,
    "insertPragma": false,
    "proseWrap": "always"
    }