single-spa / vue-cli-plugin-single-spa

https://single-spa.js.org/docs/ecosystem-vue.html#vue-cli
21 stars 11 forks source link

Add ejslint to linting #36

Closed Lalaluka closed 3 years ago

Lalaluka commented 3 years ago

Hi, as announced I wanted to add some linting for the and Tests for this package. This PR only adds ejslint. I also tried eslint-plugin.ejs but this package seems to be abandoned and is not actively maintained.

I also added the command to the husky config.

This had no influence on the functionality of the plugin. I tested it anyway and everything is still working. A PR with some basic tests will follow.

Lalaluka commented 3 years ago

I will take a look ✌️