UNPKG

203 BJSONView Raw
1{
2 "endOfLine": "lf",
3 "parser": "typescript",
4 "printWidth": 80,
5 "quoteProps": "consistent",
6 "semi": false,
7 "singleQuote": true,
8 "tabWidth": 2,
9 "trailingComma": "es5",
10 "useTabs": false
11}