Skip to content

Commit

Permalink
Disable @typescript-eslint/restrict-plus-operands since it's too hard…
Browse files Browse the repository at this point in the history
…core
  • Loading branch information
EvgenyOrekhov committed Jun 21, 2020
1 parent ef38b17 commit 0fb722d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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`** | 551 | **440** |
| [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) | 37 | **35** |
| **Total: `hardcore` + `hardcore/fp` + `hardcore/node`** | 588 | **475** |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) | 99 | **41** |
| **Total: `hardcore` + `hardcore/fp` + `hardcore/node` + `hardcore/ts-for-js`** | 687 | **501** |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) | 99 | **40** |
| **Total: `hardcore` + `hardcore/fp` + `hardcore/node` + `hardcore/ts-for-js`** | 687 | **500** |

¹ eslint-plugin-json actually includes 19 rules, but I consider them as one
"no-invalid-json" rule.
Expand Down
1 change: 0 additions & 1 deletion ts-for-js.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
"@typescript-eslint/prefer-string-starts-ends-with": "error",
"@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/require-array-sort-compare": "error",
"@typescript-eslint/restrict-plus-operands": "error",
"@typescript-eslint/unbound-method": "error",

"@typescript-eslint/restrict-template-expressions": [
Expand Down

0 comments on commit 0fb722d

Please sign in to comment.