Skip to content

Commit

Permalink
fix(all): TS Lint and minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Dec 31, 2020
1 parent b33a8b5 commit e7d7a1a
Show file tree
Hide file tree
Showing 44 changed files with 759 additions and 890 deletions.
188 changes: 36 additions & 152 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@
"washyourmouthoutwithsoap": "1.0.2"
},
"devDependencies": {
"ngrok": "3.3.0",
"typedoc": "0.19.2",
"simple-commit-message": "4.0.13",
"@types/url-join": "4.0.0",
"@types/winston": "2.4.4",
"ban-sensitive-files": "1.9.14",
Expand All @@ -123,12 +120,16 @@
"dependency-check": "4.1.0",
"git-issues": "1.3.1",
"license-checker": "25.0.1",
"ngrok": "3.3.0",
"nsp": "3.2.1",
"prettier-standard": "16.4.1",
"semantic-release": "17.2.4",
"simple-commit-message": "4.0.13",
"travis-deploy-once": "5.0.11",
"ts-node": "9.0.0",
"tslint": "6.1.2"
"tslint": "6.1.2",
"tslint-microsoft-contrib": "^6.2.0",
"typedoc": "0.19.2"
},
"eslintConfig": {
"env": {
Expand Down
1 change: 0 additions & 1 deletion packages/admin.gbapp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export class GBAdminPackage implements IGBPackage {
GBLog.verbose(`onExchangeData called.`);
}


public async loadPackage(core: IGBCoreService, sequelize: Sequelize): Promise<void> {
core.sequelize.addModels([GuaribasAdmin]);
}
Expand Down
Loading

0 comments on commit e7d7a1a

Please sign in to comment.