Skip to content

Instantly share code, notes, and snippets.

@sompylasar
Last active November 22, 2018 21:36
Show Gist options
  • Select an option

  • Save sompylasar/e895ccae36829bd216daaa3d1a799e23 to your computer and use it in GitHub Desktop.

Select an option

Save sompylasar/e895ccae36829bd216daaa3d1a799e23 to your computer and use it in GitHub Desktop.

Revisions

  1. sompylasar revised this gist Nov 22, 2018. 1 changed file with 0 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions .prettierignore
    Original file line number Diff line number Diff line change
    @@ -1,4 +0,0 @@
    package.json
    .eslintrc
    .eslintrc.json
    .prettierrc
  2. sompylasar created this gist Nov 22, 2018.
    4 changes: 4 additions & 0 deletions .prettierignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    package.json
    .eslintrc
    .eslintrc.json
    .prettierrc
    10 changes: 10 additions & 0 deletions .prettierrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    {
    "arrowParens": "always",
    "singleQuote": true,
    "trailingComma": "all",
    "bracketSpacing": true,
    "semi": true,
    "useTabs": false,
    "jsxBracketSameLine": false,
    "printWidth": 120
    }