mirror of
https://github.com/zhigang1992/notion-api-worker.git
synced 2026-01-12 17:32:42 +08:00
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
{
|
|
"singleQuote": false,
|
|
"jsxSingleQuote": true,
|
|
"semi": true,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"trailingComma": "es5"
|
|
}
|