Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyOrekhov committed Aug 29, 2020
1 parent 4bff59b commit ea38cc1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ autoformatting your code.
| **Total: `hardcore` + `hardcore/fp`** | 553 | **441** |
| [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) | 37 | **35** |
| **Total: `hardcore` + `hardcore/fp` + `hardcore/node`** | 590 | **476** |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) | 101 | **41** |
| **Total: `hardcore` + `hardcore/fp` + `hardcore/node` + `hardcore/ts-for-js`** | 691 | **502** |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) | 102 | **41** |
| **Total: `hardcore` + `hardcore/fp` + `hardcore/node` + `hardcore/ts-for-js`** | 692 | **502** |

¹ eslint-plugin-json actually includes 19 rules, but I consider them as one
"no-invalid-json" rule.
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"eslint": "^7.7.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand Down

0 comments on commit ea38cc1

Please sign in to comment.