feat(eslint-plugin): eslint-recommended: disable no-func-assign (#984)

BREAKING CHANGE
This commit is contained in:
Oliver Sieweke
2020-05-10 00:03:02 +02:00
committed by Brad Zacher
parent fb50ff0fa1
commit 13915cdf47
@@ -19,6 +19,8 @@ export default {
'valid-typeof': 'off',
// Checked by Typescript - ts(2588)
'no-const-assign': 'off',
// Checked by Typescript - ts(2539)
'no-func-assign': 'off',
// Checked by Typescript - ts(2588)
'no-new-symbol': 'off',
// Checked by Typescript - ts(2349)