1
0
Files
notion-pages-api/.prettierrc.json
2025-10-14 10:40:06 -04:00

13 lines
227 B
JSON

{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"jsxSingleQuote": false,
"printWidth": 120,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}