Skip to content

Commit

Permalink
(chore): disable eslint @typescript-eslint/no-unnecessary-condition
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Feb 29, 2024
1 parent 19c0083 commit f2121e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ module.exports = {
"@blueprintjs/html-components": "off",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/no-empty-interface": "off",
"no-unused-disable": "off"
"@typescript-eslint/no-unnecessary-condition": "off"
}
};

0 comments on commit f2121e4

Please sign in to comment.