Closed lfilho closed 7 years ago
Hey, I am so sorry, I had this repo's issues muted (not sure why), so just taking a look at this.
I'll take a look tonight and try and get back to you. Thanks!
Alrighty, I lied, I can just reply to this now.
So it's not really on me to support (sometimes opinionated!) linting rules, although I do think it has identified some real issues, e.g.
etc.
That said, if you're open to it, I'd gladly accept a PR adding linting, and fixing some common issues that many linters expose. I do, however, much prefer to use ESLint for this, rather than XO.
Did it myself :) If you check out cf3119f, you can get a sense for the new linting rules
Super! I'll give it a try in a few days, am currently moving to a new continent! 😂 Thank you!
Safe travels then :) This can wait as long as you want, haha.
Hey man, nice work with the blog post and this code! I'm checking it out and trying to play with it and I was trying to add
xo
for linting my project andprettier
for formatting.But then I get lots of errors, even some like not being able to find modules... Here's the output while running
xo
in your project:Any clues of what might be going on and how to fix it? Here's my package.json (basically yours + xo stuff):
Thank you in advance