lix-install-action/.prettierrc.json

10 lines
195 B
JSON
Raw Normal View History

2023-07-11 17:34:16 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}