| { | |
| "$schema": "http://json.schemastore.org/prettierrc", | |
| "endOfLine": "lf", | |
| "importOrder": ["<THIRD_PARTY_MODULES>", "^src/", "^[./]"], | |
| "importOrderSeparation": true, | |
| "jsxSingleQuote": false, | |
| "plugins": ["@trivago/prettier-plugin-sort-imports"], | |
| "printWidth": 110, | |
| "singleQuote": false, | |
| "tabWidth": 2, | |
| "trailingComma": "all", | |
| "useTabs": false | |
| } |