Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.14.0 (#134)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency eslint to v8.14.0

* chore: add changeset, rule

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: roikoren755 <roi@altnext.com>
  • Loading branch information
3 people authored May 1, 2022
1 parent 47da2ad commit a89e965
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-jokes-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-es-roikoren': patch
---

chore(deps): update dependency eslint to v8.14.0
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = {
'no-caller': ERROR,
'no-case-declarations': OFF,
'no-console': WARN,
'no-constant-binary-expression': ERROR,
'no-constructor-return': ERROR,
'no-else-return': ERROR,
'no-eval': ERROR,
Expand Down
46 changes: 23 additions & 23 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 @@ -59,7 +59,7 @@
"@typescript-eslint/utils": "5.20.0",
"camelcase": "6.3.0",
"@codechecks/client": "0.1.12",
"eslint": "8.13.0",
"eslint": "8.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-es-roikoren": "file:.",
Expand Down

0 comments on commit a89e965

Please sign in to comment.