~bigbes/lethe

ref: f903c872196ad6f6bf020e59637993f119438d7f lethe/web/.prettierrc -rw-r--r-- 160 bytes
f903c872 — Eugene Blikh web: scaffold vite/react/ts project, port design tokens and primitives a month ago
                                                                                
1
2
3
4
5
6
7
8
9
{
  "singleQuote": true,
  "semi": false,
  "tabWidth": 2,
  "printWidth": 100,
  "trailingComma": "es5",
  "bracketSpacing": true,
  "arrowParens": "always"
}