Files
dependency-review-action/.prettierrc.json
T

11 lines
180 B
JSON
Raw Normal View History

2022-03-31 18:31:39 +02:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}