UNPKG

193 BPlain TextView Raw
1{
2 "arrowParens": "avoid",
3 "bracketSpacing": true,
4 "jsxBracketSameLine": true,
5 "printWidth": 150,
6 "singleQuote": true,
7 "tabWidth": 2,
8 "trailingComma": "none",
9 "useTabs": false
10}