mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
* style: lint uncommon rules * style: fix `no-wrapper-object-types` * fix: type errors after Object -> object change * style: fix `prefer-const` * build: add eslint/prettier exclusions
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
module.exports = {
|
|
arrowParens: "always",
|
|
semi: false,
|
|
trailingComma: "all",
|
|
}
|