Skip to content

Commit

Permalink
chore: update tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
WittBulter committed Jun 5, 2019
1 parent ed54117 commit 38c8042
Show file tree
Hide file tree
Showing 3 changed files with 359 additions and 438 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "bash ./build.sh",
"mongo": "docker-compose -f compose.yml up -d"
},
"author": "WittBulter (nanazuimeng123@gmail.com)",
"author": "WittBulter (lambdas.dev@gmail.com)",
"bugs": {
"url": "https://github.com/WittBulter/koa2-typescript-guide/issues"
},
Expand All @@ -21,7 +21,6 @@
"lint"
],
"devDependencies": {
"@haifeng-fe/tslint-config": "^1.0.0",
"@types/chai": "^4.1.2",
"@types/chai-http": "^3.0.4",
"@types/koa": "^2.0.48",
Expand All @@ -37,6 +36,7 @@
"ts-node": "^8.0.2",
"tsconfig-paths": "^3.8.0",
"tslint": "^5.14.0",
"tslint-config-lambdas": "^1.1.0",
"typescript": "^3.3.4000"
},
"dependencies": {
Expand All @@ -52,4 +52,4 @@
"typedi": "^0.8.0",
"typeorm": "^0.2.13"
}
}
}
2 changes: 1 addition & 1 deletion tslint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extends: '@haifeng-fe/tslint-config'
extends: 'tslint-config-lambdas'

linterOptions:
exclude:
Expand Down
Loading

0 comments on commit 38c8042

Please sign in to comment.