UNPKG

210 BPlain TextView Raw
1{
2 "bracketSpacing": false,
3 "endOfLine": "lf",
4 "parser": "typescript",
5 "printWidth": 120,
6 "semi": false,
7 "singleQuote": true,
8 "trailingComma": "all",
9 "useTabs": false,
10 "arrowParens": "avoid"
11}