Skip to content

Commit 85ce932

Browse files
committed
upgraded typeorm to 0.3.0
1 parent c7c6d78 commit 85ce932

9 files changed

+1542
-71
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.idea/
12
node_modules
23
src/**/*.js
34
src/**/*.js.map

Diff for: .prettierrc.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
semi: false,
3+
trailingComma: "all",
4+
arrowParens: "always",
5+
}

Diff for: ormconfig.json

-25
This file was deleted.

0 commit comments

Comments
 (0)