Skip to content

Commit

Permalink
Bump eslint from 8.57.0 to 9.0.0 (#149)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* Set config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zennon Gosalvez <1798166+zgosalvez@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and zgosalvez committed Apr 9, 2024
1 parent d910129 commit 95b5ec8
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 105 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
ignores: ["dist/"],
};
177 changes: 74 additions & 103 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 @@ -25,7 +25,7 @@
},
"devDependencies": {
"@vercel/ncc": "^0.38.0",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"jest": "^29.7.0"
}
}

0 comments on commit 95b5ec8

Please sign in to comment.