Skip to content

Commit

Permalink
chore(deps-dev): Bump eslint from 8.57.0 to 9.0.0 (#379)
Browse files Browse the repository at this point in the history
* chore(deps-dev): Bump eslint from 8.57.0 to 9.0.0

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

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

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

* ESLintIgnoreWarning

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Scott Brenner <[email protected]>
  • Loading branch information
dependabot[bot] and ScottBrenner authored Apr 10, 2024
1 parent 89dba34 commit 3d62d63
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 135 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = [
{
ignores: ["dist/"],
},
];
Loading

0 comments on commit 3d62d63

Please sign in to comment.