Skip to content

Commit

Permalink
Merge pull request #135 from EvgenyOrekhov/dependabot/npm_and_yarn/es…
Browse files Browse the repository at this point in the history
…lint-plugin-unicorn-22.0.0

Bump eslint-plugin-unicorn from 21.0.0 to 22.0.0
  • Loading branch information
EvgenyOrekhov authored Sep 21, 2020
2 parents 84caabc + 465ddb7 commit 5dc5eaf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ autoformatting your code.
| --------------------------------------------------------------------------------------------------------- | ----: | ------: |
| [ESLint](https://eslint.org/docs/rules/) | 260 | **180** |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | 82 | **82** |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | 55 | **44** |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | 56 | **44** |
| [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) | 40 | **32** |
| [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs) | 25 | **24** |
| [eslint-plugin-security](https://github.com/nodesecurity/eslint-plugin-security) | 13 | **11** |
Expand All @@ -30,14 +30,14 @@ 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`** | 510 | **402** |
| **Total: `hardcore`** | 511 | **402** |
| [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`** | 553 | **441** |
| **Total: `hardcore` + `hardcore/fp`** | 554 | **441** |
| [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) | 37 | **35** |
| **Total: `hardcore` + `hardcore/fp` + `hardcore/node`** | 590 | **476** |
| **Total: `hardcore` + `hardcore/fp` + `hardcore/node`** | 591 | **476** |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) | 106 | **43** |
| **Total: `hardcore` + `hardcore/fp` + `hardcore/node` + `hardcore/ts-for-js`** | 696 | **501** |
| **Total: `hardcore` + `hardcore/fp` + `hardcore/node` + `hardcore/ts-for-js`** | 697 | **501** |

¹ eslint-plugin-json actually includes 19 rules, but I consider them as one
"no-invalid-json" rule.
Expand Down
1 change: 1 addition & 0 deletions disabled-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"unicorn/prefer-set-has": "off",
"unicorn/no-reduce": "off",
"unicorn/no-useless-undefined": "off",
"unicorn/import-style": "off",

"sonarjs/no-duplicate-string": "off",

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-plugin-ramda": "^2.5.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-unicorn": "^21.0.0",
"eslint-plugin-unicorn": "^22.0.0",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
},
Expand Down

0 comments on commit 5dc5eaf

Please sign in to comment.