preactjs-templates / material

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

eslint errors and refactor header #5

Closed JNaftali closed 6 years ago

JNaftali commented 6 years ago

Here's an alternate fix for eslint errors. I refactored the Header component to define it's functions outside of the render method and disabled the no-unused-vars rule for just the one line where we have a violation. It has a bunch of spacing-related linting errors that for some reason I couldn't get eslint to fix.

JNaftali commented 6 years ago

Sorry, I made a mistake on my fork. Should have made this pull request from a branch. Gonna open a new one.