noc-book-2/.prettierrc

7 lines
104 B
Text
Raw Normal View History

2022-04-04 22:40:23 +02:00
{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}