typeorm-query-params-parser
Version:
A simple query params parser for TypeORM query builder
21 lines (20 loc) • 354 B
Plain Text
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"printWidth": 120,
"semi": true,
"quoteProps": "as-needed",
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "all",
"overrides": [
{
"files": "*.{json,yaml,md}",
"options": {
"singleQuote": false
}
}
]
}