Files
market_screener/.prettierrc
T
2026-06-06 22:55:43 -04:00

13 lines
229 B
Plaintext

{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}