Files
runner-container-hooks/.prettierrc.json
T

11 lines
204 B
JSON
Raw Normal View History

2022-06-02 15:53:11 -04:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"parser": "typescript"
}