wrapper-validation-action/.prettierrc.json
Sebastian Schuberth 34e3321280 Make lint pass on Windows / for files with CRLF line endings
By setting "endOfLine" to "auto". While at it, fix indentation.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
2020-05-27 21:13:13 +02:00

12 lines
229 B
JSON

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