Skip to content

Commit

Permalink
Merge branch 'develop' into epic/Assigns-5
Browse files Browse the repository at this point in the history
  • Loading branch information
fermarinsanchez committed Nov 30, 2023
2 parents 5838132 + 2fc37ee commit e159941
Show file tree
Hide file tree
Showing 174 changed files with 13,121 additions and 11,204 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
"usePrettierrc": true
}
],
"import/no-names-as-default": "off"
"import/no-names-as-default": "off",
"import/prefer-default-export": "warn",
"no-param-reassign": "off",
"radix": "off",
"no-unused-vars": "warn"
}
}
}
44 changes: 43 additions & 1 deletion .idea/sonarlint/issuestore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 43 additions & 1 deletion .idea/sonarlint/securityhotspotstore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e159941

Please sign in to comment.