Skip to content

Commit

Permalink
Merge pull request #224 from RENCI/issue199-package-updates
Browse files Browse the repository at this point in the history
Issue 199 - package updates
  • Loading branch information
lstillwe authored Sep 12, 2024
2 parents 7bcada5 + 57d25a9 commit 2e6b36c
Show file tree
Hide file tree
Showing 6 changed files with 2,153 additions and 2,369 deletions.
3 changes: 2 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default [
"prefer-const": "warn",
"no-dupe-args": "warn",
"no-dupe-keys": "warn",
"react/display-name": "off"
"react/display-name": "off",
"react/no-is-mounted": "off"
// ,"no-console": ["error", { allow: ["warn", "error"] }]
},
linterOptions: { reportUnusedDisableDirectives: "error" }
Expand Down
Loading

0 comments on commit 2e6b36c

Please sign in to comment.