```json

{

  "singleQuote": true,    

  "trailingComma": "es5",

  "printWidth": 100,

  "editor.tabSize": 2,

  "tabWidth": 2,

  "arrowParens": "always",

  "overrides": [

    {

      "files": ".prettierrc",

      "options": { "parser": "json" }

    }

  ]

}


```