4chan-XZ/.prettierrc
2023-04-22 05:33:23 +02:00

16 lines
355 B
Plaintext

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "auto",
"sortImports": true,
"importOrder": ["^react", "^@?\\w", "^\\.\\w", "^\\./"],
"importDeclarationSortAscending": true
}