Skip to content

Instantly share code, notes, and snippets.

@bjanderson
Last active May 25, 2024 11:28
Show Gist options
  • Select an option

  • Save bjanderson/82fb3a9b51ae2f1556aeae3303e16560 to your computer and use it in GitHub Desktop.

Select an option

Save bjanderson/82fb3a9b51ae2f1556aeae3303e16560 to your computer and use it in GitHub Desktop.

Revisions

  1. bjanderson revised this gist May 25, 2024. 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
    @@ -12,5 +12,6 @@
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "all",
    "useEditorConfig": true,
    "useTabs": false
    }
  2. bjanderson revised this gist Sep 10, 2022. 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
    @@ -11,6 +11,6 @@
    "semi": true,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "trailingComma": "all",
    "useTabs": false
    }
  3. bjanderson created this gist Sep 9, 2022.
    16 changes: 16 additions & 0 deletions .prettierrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {
    "arrowParens": "always",
    "bracketSpacing": true,
    "endOfLine": "lf",
    "htmlWhitespaceSensitivity": "css",
    "jsxBracketSameLine": true,
    "jsxSingleQuote": true,
    "quoteProps": "as-needed",
    "printWidth": 100,
    "proseWrap": "preserve",
    "semi": true,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
    }