add-pr-comment/.prettierrc.json

8 lines
134 B
JSON

{
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false,
"printWidth": 120,
"tabWidth": 2,
"semi": false
}