Enable 'no-this-assignment' lint rule (#19696)

This commit is contained in:
Andy
2017-11-02 17:19:50 -07:00
committed by GitHub
parent fd41521421
commit c70eae4993
2 changed files with 19 additions and 23 deletions

View File

@@ -89,7 +89,6 @@
"no-object-literal-type-assertion": false,
"no-shadowed-variable": false,
"no-submodule-imports": false,
"no-this-assignment": false,
"no-unused-expression": false,
"no-unnecessary-initializer": false,
"no-var-requires": false,