Skip to content

Commit 3d62d63

Browse files
chore(deps-dev): Bump eslint from 8.57.0 to 9.0.0 (#379)
* 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]>
1 parent 89dba34 commit 3d62d63

File tree

4 files changed

+92
-135
lines changed

4 files changed

+92
-135
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = [
2+
{
3+
ignores: ["dist/"],
4+
},
5+
];

0 commit comments

Comments
 (0)