Files
TodoList/.prettierrc.json

7 lines
91 B
JSON

{
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"printWidth": 100
}