JSH318945: Use dot notation instead of []

This option suppresses warnings about using [] notation when it can be expressed in dot notation: person['name'] vs. person.name. (JSHint option 'sub')

TypeName: UseDotNotationInsteadOfBrackets
CheckId: JSH318945
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus