Skip to content

Instantly share code, notes, and snippets.

@imhalid
Created January 2, 2023 21:19
Show Gist options
  • Save imhalid/42eb6291a35fc8cdb64bb286c55fada8 to your computer and use it in GitHub Desktop.
Save imhalid/42eb6291a35fc8cdb64bb286c55fada8 to your computer and use it in GitHub Desktop.

Revisions

  1. imhalid created this gist Jan 2, 2023.
    16 changes: 16 additions & 0 deletions .prettierrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {
    "arrowParens": "avoid",
    "bracketSpacing": true,
    "endOfLine": "lf",
    "bracketSameLine": false,
    "jsxSingleQuote": true,
    "printWidth": 80,
    "proseWrap": "preserve",
    "quoteProps": "as-needed",
    "semi": false,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "all",
    "useTabs": false,
    "singleAttributePerLine": false
    }