Skip to content

Commit

Permalink
chore: add lint pligin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Vacek committed Jul 20, 2020
1 parent 2935e4c commit 61e0e9c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 20 deletions.
58 changes: 44 additions & 14 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
"tslint": "^6.0.0",
"typescript": "^3.8.3",
"eslint": "7.4.0",
"eslint-plugin-eslint-plugin": "2.3.0"
"eslint-plugin-eslint-plugin": "2.3.0",
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/parser": "3.6.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.4"
},
"dependencies": {
"axios": "^0.19.2",
Expand All @@ -46,10 +50,6 @@
"restify": "8.4.0",
"restify-errors": "^8.0.2",
"typeorm": "^0.2.24",
"winston": "^3.2.1",
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/parser": "3.6.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.4"
"winston": "^3.2.1"
}
}

0 comments on commit 61e0e9c

Please sign in to comment.