1234567891011121314151617 |
- {
- "singleQuote": true,
- "semi": false,
- "tabWidth": 2,
- "useTabs": false,
- "printWidth": 1200,
- "endOfLine": "auto",
- "trailingComma": "none",
- "bracketSpacing": true,
- "jsxBracketSameLine": true,
- "arrowParens": "avoid",
- "eslintIntegration": true,
- "htmlWhitespaceSensitivity": "ignore",
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": true
- }
- }
|