Skip to content

Commit

Permalink
fix: added sub/unsub v2
Browse files Browse the repository at this point in the history
  • Loading branch information
akp111 committed Oct 5, 2023
2 parents 9347012 + f64b275 commit 58929b4
Show file tree
Hide file tree
Showing 119 changed files with 24,919 additions and 2,405 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"],
"rules": {}
"rules": {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-explicit-any": "off"
}
},
{
"files": ["*.js", "*.jsx"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@
"react-test-renderer": "17.0.2",
"ts-jest": "27.1.4",
"ts-node": "9.1.1",
"typescript": "~4.6.2"
"typescript": "5.0.2"
}
}
Loading

0 comments on commit 58929b4

Please sign in to comment.