Files
nextjs-notion-starter-kit/.prettierrc
2021-01-15 09:13:52 -05:00

12 lines
217 B
Plaintext

{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"useTabs": false,
"tabWidth": 2,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"trailingComma": "none"
}