frzn.dev/.prettierrc
NotAShelf 91119c8774
chore: configure prettier to mind its own business
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I446dc88e7dab36f8955338d650b85ac46a6a6964
2026-04-08 22:01:10 +03:00

7 lines
106 B
Text

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"plugins": []
}