This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Cinemateket/.prettierrc.json
haraldnilsen a65ac11429 showing list of movie items
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2023-09-04 10:05:52 +02:00

6 lines
No EOL
93 B
JSON

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}