sheriff/.prettierrc.json

8 строки
136 B
JSON

{
"trailingComma": "all",
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"parser": "typescript",
"endOfLine": "lf"
}