mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2026-01-30 09:48:12 +01:00
16 lines
355 B
Plaintext
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
|
|
}
|