torrentclaw-mcp/.prettierrc

8 lines
106 B
Text
Raw Permalink Normal View History

{
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}