zoilist/.prettierrc.json

9 строки
137 B
JSON

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