Closed dandv closed 7 years ago
You could add this in your globals
section
AFAIK, Polymer has its own JS style guide, so I don't think we need to make any exceptions here for Polymer. Polymer could create it's own eslint config that extends Google if it wants.
Typical Polymer code such as
generates the
A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
error due to'new-cap': 2,
.