Skip to content

Commit 95a4219

Browse files
Bump eslint from 8.57.0 to 9.17.0 (#1460)
* Bump eslint from 8.57.0 to 9.17.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.17.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * update eslint.config.mjs --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kenji yoshida <[email protected]>
1 parent e27c9a9 commit 95a4219

File tree

3 files changed

+208
-259
lines changed

3 files changed

+208
-259
lines changed

eslint.config.mjs

-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ export default [...compat.extends("eslint:recommended"), {
186186
"quote-props": "off",
187187
quotes: ["error", "double"],
188188
radix: "error",
189-
"require-jsdoc": "off",
190189
"require-yield": "error",
191190
semi: "error",
192191
"semi-spacing": "error",
@@ -200,7 +199,6 @@ export default [...compat.extends("eslint:recommended"), {
200199
"spaced-comment": ["error", "always"],
201200
strict: "error",
202201
"template-curly-spacing": ["error", "never"],
203-
"valid-jsdoc": "error",
204202
"vars-on-top": "error",
205203
"wrap-iife": "error",
206204
"wrap-regex": "error",

0 commit comments

Comments
 (0)