.prettierrc 167 B

1234567
  1. {
  2. "$schema": "http://json.schemastore.org/prettierrc",
  3. "semi": false,
  4. "singleQuote": true,
  5. "insertSpaceBeforeFunctionParenthesis": true,
  6. "printWidth": 100
  7. }