mirror of
https://github.com/openharmony/third_party_typescript_eslint.git
synced 2026-07-01 21:24:00 -04:00
feat(eslint-plugin): eslint-recommended: disable no-func-assign (#984)
BREAKING CHANGE
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user