mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 15:09:13 +00:00
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"trailingComma": "none",
|
|
"arrowParens": "avoid",
|
|
"printWidth": 80,
|
|
"bracketSpacing": true,
|
|
"jsxSingleQuote": true,
|
|
"jsxBracketSameLine": true
|
|
}
|