UNPKG

bubbles-express-generator

Version:
33 lines (32 loc) 645 B
{ "$schema": "https://json.schemastore.org/prettierrc", "printWidth": 100, "trailingComma": "all", "tabWidth": 2, "semi": true, "singleQuote": true, "bracketSpacing": true, "bracketSameLine": false, "arrowParens": "always", "endOfLine": "lf", "importOrderParserPlugins": [ "typescript", "importAttributes", "explicitResourceManagement" ], "importOrder": [ "^node:(.*)$", "<BUILTIN_MODULES>", "", "<TYPES>", "", "<THIRD_PARTY_MODULES>", "", "<TYPES>^[.][.]/", "<TYPES>^[.]/", "", "^[.][.]/", "^[.]/" ], "plugins": ["@ianvs/prettier-plugin-sort-imports"] }