3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-02-10 12:50:55 +00:00
cache/.prettierrc.json
Gregorio Litenstein 9d55b4e130
Fix script invocations, lint and format.
Signed-off-by: Gregorio Litenstein <g.litenstein@gmail.com>
2026-02-05 14:18:53 -03:00

12 lines
No EOL
245 B
JSON

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