Enabe strict bind call apply rule (#2750)
This commit is contained in:
parent
9bd69248d4
commit
132fc1aa0a
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
"noUnusedParameters": true,
|
||||
"noImplicitThis": true,
|
||||
"alwaysStrict": true,
|
||||
"strictBindCallApply": true,
|
||||
"paths": {
|
||||
"@assets/*": ["assets/*"],
|
||||
"@locale/*": ["locale/*"],
|
||||
|
|
Loading…
Reference in a new issue