mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc.json",
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"semi": true,
|
|
"useTabs": false,
|
|
"singleQuote": false,
|
|
"bracketSpacing": false,
|
|
"endOfLine": "auto",
|
|
"arrowParens": "always",
|
|
"trailingComma": "all"
|
|
}
|