12 lines
205 B
Plaintext
Raw Permalink Normal View History

2024-01-09 05:30:48 +04:00
{
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": true,
"arrowParens": "avoid",
"jsxSingleQuote": false,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false
}