preactjs-templates / material

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

Template ships with linter errors #3

Closed JNaftali closed 6 years ago

JNaftali commented 6 years ago

Hey! Seems that the project created by this template has about 90 linter errors, which seems weird for an 'official' template working from the eslint config that ships with preact-compat. Would a pull request that fixes those issues be welcome, or are some of the violations (arrow functions in render) intentional to keep the code looking cleaner?

prateekbh commented 6 years ago

thats entirely my bad and my unsuccessful attempt at my linter configs.. lets fix it all

JNaftali commented 6 years ago

Fixed in https://github.com/preactjs-templates/material/pull/6