bubbles-express-generator
Version:
A simple CLI to scaffold Express.js starter projects.
33 lines (32 loc) • 645 B
JSON
{
"$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"]
}