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 b005cfb commit b850940
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 @@ -23,6 +23,8 @@ export default {
'no-func-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 b850940

Please sign in to comment.