bubbles-express-generator
Version:
A simple CLI to scaffold Express.js starter projects.
24 lines (23 loc) • 541 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": ["importAttributes", "explicitResourceManagement"],
"importOrder": [
"^node:(.*)$",
"<BUILTIN_MODULES>",
"",
"<THIRD_PARTY_MODULES>",
"",
"^[.][.]/",
"^[.]/"
],
"plugins": ["@ianvs/prettier-plugin-sort-imports"]
}