.prettierrc 167 B

123456789
  1. {
  2. "singleQuote": true,
  3. "semi": false,
  4. "bracketSpacing": true,
  5. "tabWidth": 2,
  6. "printWidth": 150,
  7. "useTabs": false,
  8. "htmlWhitespaceSensitivity": "strict"
  9. }