wrapper-validation-action/.prettierrc.json

13 lines
229 B
JSON
Raw Normal View History

2020-01-05 11:04:24 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript",
"endOfLine": "auto"
}