eduardinni / bootlint-online

Bootlint implementation to check remote websites via HTTP. Node.js back-end with React front-end
https://www.bootlint.com
MIT License
37 stars 2 forks source link

How could we integrate this linter on a react workflow? #22

Closed grillermo closed 6 years ago

grillermo commented 6 years ago

Hey Eduardo, i work for aliada were we are doing react and i was wondering how we could use this to lint our html and match it to our components. I see that you do react too and maybe have thought about this.

eduardinni commented 6 years ago

Hi Guillermo, I think you can achieve that linter flow using Jest + Enzyme + Bootlint (Node.js API).

https://github.com/facebook/jest https://github.com/airbnb/enzyme https://github.com/twbs/bootlint

Let me know if I could help with something else. ✌️