1
0
Files
login-action/.prettierrc.json
T

11 lines
180 B
JSON
Raw Normal View History

2020-08-15 14:45:36 +02:00
{
2021-07-06 20:24:08 +02:00
"printWidth": 240,
2020-08-15 14:45:36 +02:00
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
2026-03-01 11:26:40 +01:00
"arrowParens": "avoid"
2020-08-15 14:45:36 +02:00
}