paths-filter/.prettierrc.json

11 lines
226 B
JSON
Raw Normal View History

2020-05-20 15:03:08 +00:00
{
"printWidth": 120,
2020-05-20 15:03:08 +00:00
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}