Skip to content

Commit

Permalink
feat: move to typescript-eslint@2
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Aug 28, 2019
1 parent 82021d6 commit ac8fa83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"eslint-config-cheminfo": "^2.0.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jest": "^22.13.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.13.6",
Expand Down

0 comments on commit ac8fa83

Please sign in to comment.