Skip to content

Commit

Permalink
Merge pull request #96 from EvgenyOrekhov/dependabot/npm_and_yarn/esl…
Browse files Browse the repository at this point in the history
…int-7.3.0

Bump eslint from 7.2.0 to 7.3.0
  • Loading branch information
EvgenyOrekhov authored Jun 20, 2020
2 parents 45ecf15 + 3521f84 commit 31e7549
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 297 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ autoformatting your code.

| Rules | Total | Enabled |
| --------------------------------------------------------------------------------------------------------- | ----: | ------: |
| [ESLint](https://eslint.org/docs/rules/) | 258 | **179** |
| [ESLint](https://eslint.org/docs/rules/) | 260 | **181** |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | 82 | **82** |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | 53 | **42** |
| [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) | 40 | **32** |
Expand All @@ -30,12 +30,12 @@ autoformatting your code.
| [eslint-plugin-optimize-regex](https://github.com/BrainMaestro/eslint-plugin-optimize-regex) | 1 | **1** |
| [eslint-plugin-ext](https://github.com/jiangfengming/eslint-plugin-ext) | 1 | **1** |
| [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json)¹ | 1 | **1** |
| **Total: `hardcore`** | 506 | **399** |
| **Total: `hardcore`** | 508 | **401** |
| [eslint-plugin-fp](https://github.com/jfmengels/eslint-plugin-fp) | 17 | **14** |
| [eslint-plugin-ramda](https://github.com/ramda/eslint-plugin-ramda) | 26 | **24** |
| **Total: `hardcore` + `hardcore/fp`** | 549 | **438** |
| **Total: `hardcore` + `hardcore/fp`** | 551 | **440** |
| [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) | 37 | **35** |
| **Total: `hardcore` + `hardcore/fp` + `hardcore/node`** | 586 | **473** |
| **Total: `hardcore` + `hardcore/fp` + `hardcore/node`** | 588 | **475** |

¹ eslint-plugin-json actually includes 19 rules, but I consider them as one
"no-invalid-json" rule.
Expand Down
2 changes: 2 additions & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@
"default-case-last": "error",
"no-useless-backreference": "error",
"no-loss-of-precision": "error",
"no-promise-executor-return": "error",
"no-unreachable-loop": "error",

"no-magic-numbers": ["error", { "ignore": [0, 1], "enforceConst": true }],
"complexity": ["error", { "max": 10 }],
Expand Down
Loading

0 comments on commit 31e7549

Please sign in to comment.