UNPKG

278 BPlain TextView Raw
1{
2 "$schema": "https://json.schemastore.org/prettierrc",
3 "arrowParens": "always",
4 "bracketSpacing": true,
5 "printWidth": 120,
6 "proseWrap": "always",
7 "quoteProps": "as-needed",
8 "semi": true,
9 "singleQuote": false,
10 "tabWidth": 4,
11 "trailingComma": "all",
12 "useTabs": true
13}