Skip to content

Commit

Permalink
Bump eslint from 8.53.0 to 8.54.0 (#1261)
Browse files Browse the repository at this point in the history
* Bump eslint from 8.53.0 to 8.54.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.53.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* "no-array-constructor": "off"

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: xuwei-k <[email protected]>
  • Loading branch information
dependabot[bot] and xuwei-k authored Nov 21, 2023
1 parent 2c3a3b8 commit 6a352db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"newline-before-return": "off",
"newline-per-chained-call": "off",
"no-alert": "error",
"no-array-constructor": "error",
"no-array-constructor": "off",
"no-bitwise": "error",
"no-caller": "error",
"no-catch-shadow": "error",
Expand Down
20 changes: 10 additions & 10 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 @@ -10,7 +10,7 @@
"@babel/register": "^7.22.15",
"babel-preset-power-assert": "3.0.0",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-eslint": "9.0.0",
"gitbook-plugin-anchors": "0.7.1",
"gitbook-plugin-footnote-string-to-number": "0.0.2",
Expand Down

0 comments on commit 6a352db

Please sign in to comment.