diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-11-13 09:36:33 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-06 19:04:25 +0800 |
commit | b818a62d745b2e91a8808ded9bac279d2dbf8a7e (patch) | |
tree | da2a095d1ee14ea7e1226de8911a5c323229be07 /packages/pipeline/src/ormconfig.ts | |
parent | e69cdfb7b5b0b4c7517d5439d45888702c6a1b71 (diff) | |
download | dexon-0x-contracts-b818a62d745b2e91a8808ded9bac279d2dbf8a7e.tar dexon-0x-contracts-b818a62d745b2e91a8808ded9bac279d2dbf8a7e.tar.gz dexon-0x-contracts-b818a62d745b2e91a8808ded9bac279d2dbf8a7e.tar.bz2 dexon-0x-contracts-b818a62d745b2e91a8808ded9bac279d2dbf8a7e.tar.lz dexon-0x-contracts-b818a62d745b2e91a8808ded9bac279d2dbf8a7e.tar.xz dexon-0x-contracts-b818a62d745b2e91a8808ded9bac279d2dbf8a7e.tar.zst dexon-0x-contracts-b818a62d745b2e91a8808ded9bac279d2dbf8a7e.zip |
Configure linter with --format stylish and fix linter errors
Diffstat (limited to 'packages/pipeline/src/ormconfig.ts')
-rw-r--r-- | packages/pipeline/src/ormconfig.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pipeline/src/ormconfig.ts b/packages/pipeline/src/ormconfig.ts index 95c27eeba..2fb6b3d3c 100644 --- a/packages/pipeline/src/ormconfig.ts +++ b/packages/pipeline/src/ormconfig.ts @@ -29,4 +29,4 @@ const config: ConnectionOptions = { migrations: ['./lib/migrations/**/*.js'], }; -module.exports = config as ConnectionOptions; +module.exports = config; |