Skip to content

Commit

Permalink
chore(lint): overwrite default eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshPatel5940 committed Jan 1, 2024
1 parent 8f9a300 commit 4bfc998
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"extends": ["plugin:@nx/typescript"],
"rules": {
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off"
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-unused-vars": "warn",
"@typescript-eslint/no-unused-expressions": "warn"
}
},
{
Expand Down

0 comments on commit 4bfc998

Please sign in to comment.