Skip to content

Commit

Permalink
Merge branch '3.1.0' into CRDCDH-1443
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Oct 1, 2024
2 parents 85337f6 + 9b3e6ff commit 193ad2c
Show file tree
Hide file tree
Showing 33 changed files with 2,345 additions and 441 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ const config = {
"prettier/prettier": "error",

"max-len": "off",
"no-console": ["warn", { allow: ["error"] }],
"no-param-reassign": "off",
"object-curly-newline": "off",
"no-underscore-dangle": ["off"],
"arrow-body-style": ["warn"],
"eol-last": ["warn"],
"no-unreachable": ["warn"],
"no-console": "warn",
"arrow-body-style": "warn",
"eol-last": "warn",
"no-unreachable": "warn",

/* typescript-eslint overwritten rules */
"no-use-before-define": "off",
Expand Down
Loading

0 comments on commit 193ad2c

Please sign in to comment.