Files
gitea-upload-artifact/.prettierrc.json
ChristopherHX 81f940d004
Code scanning - action / CodeQL-Build (push) Failing after 3m53s
disable ghes no support check
2024-01-22 11:42:57 +01:00

11 lines
225 B
JSON

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