| 123456789101112131415 |
- {
- "printWidth": 80,
- "tabWidth": 2,
- "useTabs": false,
- "semi": true,
- "singleQuote": false,
- "quoteProps": "as-needed",
- "jsxSingleQuote": false,
- "trailingComma": "none",
- "bracketSpacing": true,
- "jsxBracketSameLine": false,
- "arrowParens": "avoid",
- "rangeStart": 0,
- "endOfLine": "crlf"
- }
|