UNPKG

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