3
0
Fork 0
mirror of https://github.com/actions/upload-artifact.git synced 2025-01-19 00:24:42 +01:00
upload-artifact-no-ghes/.prettierrc.json

11 lines
225 B
JSON
Raw Normal View History

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