Skip to content

Commit

Permalink
chore(deps-dev): bump eslint from 8.57.0 to 9.1.0 (#896)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump eslint from 8.57.0 to 9.1.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.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.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: migrate flat config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MURAKAMI Masahiko <fossamagna2@gmail.com>
  • Loading branch information
dependabot[bot] and fossamagna committed Apr 21, 2024
1 parent af0bd03 commit 46cc5c9
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 287 deletions.
8 changes: 0 additions & 8 deletions .eslintrc.js

This file was deleted.

14 changes: 14 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const js = require("@eslint/js");
const globals = require("globals");

module.exports = [
js.configs.recommended,
{
languageOptions: {
globals: {
...globals.node,
...globals.commonjs,
},
},
},
];

0 comments on commit 46cc5c9

Please sign in to comment.