Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into CRDCDH-1500
  • Loading branch information
Alejandro-Vega committed Oct 1, 2024
2 parents 7d42ceb + 9b3be3a commit 5291a12
Show file tree
Hide file tree
Showing 39 changed files with 2,969 additions and 445 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 5291a12

Please sign in to comment.