Skip to content

Commit

Permalink
chore(eslint-plugin): eslint-recommended: disable no-obj-calls (types…
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSieweke committed Sep 23, 2019
1 parent dfb4fd6 commit 1934239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-plugin/src/configs/eslint-recommended.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export default {
'no-const-assign': 'off',
// Checked by Typescript - ts(2588)
'no-new-symbol': 'off',
// Checked by Typescript - ts(2349)
'no-obj-calls': 'off',
// Checked by Typescript - ts(2376)
'no-this-before-super': 'off',
// This is checked by Typescript using the option `strictNullChecks`.
Expand Down

0 comments on commit 1934239

Please sign in to comment.