feat: add create collection controller + validator

This commit is contained in:
Sonny
2024-04-28 19:32:31 +02:00
committed by Sonny
parent e917b3ae2b
commit 602813ec05
6 changed files with 74 additions and 7 deletions

View File

@@ -96,12 +96,12 @@
"semi": true,
"singleQuote": true,
"useTabs": false,
"quoteProps": "consistent",
"quoteProps": "as-needed",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 100
"printWidth": 80
},
"lint-staged": {
"*.js,*.ts,*.jsx,*.tsx": "eslint --cache --fix"
}
}
}