cache/.prettierrc.json
Gregorio Litenstein 11a6324cc7
Fix script invocations, lint and format.
Signed-off-by: Gregorio Litenstein <g.litenstein@gmail.com>
2025-04-25 20:58:15 -04:00

12 lines
245 B
JSON

{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"parser": "typescript",
"endOfLine": "lf"
}