12345678910111213141516 |
- {
- "printWidth": 80,
- "tabWidth": 2,
- "useTabs": false,
- "semi": true,
- "singleQuote": true,
- "quoteProps": "as-needed",
- "jsxSingleQuote": true,
- "trailingComma": "all",
- "bracketSpacing": false,
- "bracketSameLine": false,
- "arrowParens": "avoid",
- "proseWrap": "always",
- "htmlWhitespaceSensitivity": "css",
- "endOfLine": "lf"
- }
|