preactjs-templates / material

The material design `preact-cli` template
MIT License
44 stars 20 forks source link

add custom rules to eslintConfig #4

Closed reznord closed 6 years ago

reznord commented 6 years ago

Fixes #3

Added some extra set of rules for the eslintConfig in package.json which takes care of these errors.

The current eslint-config-synacor has a strict set of rules which doesn't allow us to do anything :P

So, escaped a few bunch of rules.

/cc @JNaftali