Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint from 8.56.0 to 9.1.0 #484

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
19ec691
Bump eslint from 8.56.0 to 9.1.0
dependabot[bot] Apr 21, 2024
da5c3dc
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Apr 25, 2024
7bab263
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Apr 26, 2024
2efb798
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Apr 28, 2024
e26c1b0
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg May 6, 2024
cc6b563
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Nov 4, 2024
16be8dc
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Nov 4, 2024
3d7e4a8
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Nov 4, 2024
489503d
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Nov 4, 2024
664e885
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Nov 4, 2024
8dcc58d
fix
juanmanuelgg Nov 4, 2024
29cf5d5
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Nov 4, 2024
fb3c541
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Nov 4, 2024
e30880c
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Nov 4, 2024
8916c23
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Nov 4, 2024
6f4953b
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.1.0
juanmanuelgg Nov 4, 2024
da98c67
fix
juanmanuelgg Nov 4, 2024
156ed60
fix
juanmanuelgg Nov 4, 2024
e5b31c5
fix
juanmanuelgg Nov 4, 2024
c56d2f2
fix
juanmanuelgg Nov 4, 2024
5cdabb0
fix
juanmanuelgg Nov 4, 2024
6b66efb
fix
juanmanuelgg Nov 4, 2024
1eac87d
fix
juanmanuelgg Nov 4, 2024
2c2456f
fix
juanmanuelgg Nov 4, 2024
4a23e8b
fix
juanmanuelgg Nov 4, 2024
9a2e9a3
fix
juanmanuelgg Nov 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export default [
{
files: ["src/**/*.js"],
ignores: ["**/*.config.js", "!**/eslint.config.js"],
rules: {
semi: "error"
}
}
];
Loading
Loading