3
0
Fork 0
mirror of https://github.com/actions/upload-artifact.git synced 2025-01-31 13:41:06 +01:00
upload-artifact-no-ghes/.prettierrc.json
2023-01-04 22:56:55 -05:00

10 lines
180 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}