UNPKG

130 BPlain TextView Raw
1{
2 "trailingComma": "none",
3 "tabWidth": 4,
4 "semi": true,
5 "max-len": 80,
6 "arrowParens": "always",
7 "singleQuote": true
8}