mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
8 lines
151 B
Text
8 lines
151 B
Text
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|