Skip to content

Commit 6a352db

Browse files
Bump eslint from 8.53.0 to 8.54.0 (#1261)
* 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]>
1 parent 2c3a3b8 commit 6a352db

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"newline-before-return": "off",
103103
"newline-per-chained-call": "off",
104104
"no-alert": "error",
105-
"no-array-constructor": "error",
105+
"no-array-constructor": "off",
106106
"no-bitwise": "error",
107107
"no-caller": "error",
108108
"no-catch-shadow": "error",

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/register": "^7.22.15",
1111
"babel-preset-power-assert": "3.0.0",
1212
"cheerio": "1.0.0-rc.12",
13-
"eslint": "^8.53.0",
13+
"eslint": "^8.54.0",
1414
"eslint-config-eslint": "9.0.0",
1515
"gitbook-plugin-anchors": "0.7.1",
1616
"gitbook-plugin-footnote-string-to-number": "0.0.2",

0 commit comments

Comments
 (0)