1234567891011121314 |
- module.exports = {
- "printWidth": 120,
- "semi": false,
- "singleQuote": true,
- "trailingComma": "all",
- "bracketSpacing": false,
- "jsxBracketSameLine": true,
- "arrowParens": "avoid",
- "insertPragma": true,
- "tabWidth": 4,
- "useTabs": false,
- "endOfLine": "auto"
- };
|