Skip to content

Commit

Permalink
chore(deps): bump eslint from 8.32.0 to 8.57.1 (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
mman authored Oct 4, 2024
1 parent 045590b commit a94f114
Show file tree
Hide file tree
Showing 10 changed files with 984 additions and 277 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {
extends: ["react-app", "react-app/jest", "plugin:prettier/recommended"],
extends: ["eslint:recommended", "react-app", "react-app/jest", "plugin:prettier/recommended"],
parser: "@typescript-eslint/parser",
root: true,
rules: {
"no-console": "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
Expand Down
Loading

0 comments on commit a94f114

Please sign in to comment.