Skip to content

Commit

Permalink
chore: dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael M committed Jun 25, 2022
1 parent dc47b7b commit 654e073
Show file tree
Hide file tree
Showing 3 changed files with 512 additions and 246 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@
"extends": ["plugin:@nrwl/nx/typescript"],
"rules": {}
},
{
"files": ["test.ts"],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"unicorn/no-array-callback-reference": "off"
}
},
{
"files": ["jest.config.ts"],
"rules": {
"@typescript-eslint/no-var-requires": "off",
"unicorn/prefer-module": "off"
}
},
{
"files": ["*.js", "*.jsx"],
"extends": ["plugin:@nrwl/nx/javascript"],
Expand Down
Loading

0 comments on commit 654e073

Please sign in to comment.