Skip to content

Commit

Permalink
uniqueItemsProperties - combined unique properties
Browse files Browse the repository at this point in the history
  • Loading branch information
atng committed Apr 16, 2023
1 parent a11389b commit 7ee6112
Show file tree
Hide file tree
Showing 3 changed files with 627 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
files: ["*.ts"],
rules: {
...tsConfig.rules,
complexity: ["error", 18],
complexity: ["error", 26],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unnecessary-condition": "warn",
"@typescript-eslint/no-unsafe-assignment": "off",
Expand Down
Loading

0 comments on commit 7ee6112

Please sign in to comment.