dotmap / devise-ante

Frontend for Devise.
Apache License 2.0
0 stars 1 forks source link

fix(linting): Fixes Standard/Vue incompatibility #32

Closed puregarlic closed 7 years ago

puregarlic commented 7 years ago

eslint-plugin-vue was causing Standard to fail linting any source files, so it has been replaced# with eslint-plugin-html. prettier-standard has also been removed, due to a parsing error with no# On branch fix/39 foreseeable solution. Dependencies have also been trimmed.

Fixes #31

puregarlic commented 7 years ago

Alright, we should be all good now.