Skip to content

Commit

Permalink
fix(core): fix remove duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Rivera committed May 22, 2024
1 parent 3866c95 commit 2b1daac
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,6 @@
"ts": "never"
}
}
],
"@typescript-eslint/no-unused-vars": [
"error",
{
"args": "all",
"argsIgnorePattern": "^_",
"caughtErrors": "all",
"caughtErrorsIgnorePattern": "^_",
"destructuredArrayIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"ignoreRestSiblings": true
}
]
}
}

0 comments on commit 2b1daac

Please sign in to comment.