jaxbot
jaxbot
I think they finally turned off the XMPP API. This project is dead, then
I wonder what happens internally for that. I suspect it runs JSX and then lints the JSX converted, ES6 code. Should be doable, though
Can you give me a case where this plugin doesn't do what you want it to in regards to Babel? I added some ES6 syntax to my file and JSX...
Yeah it looks like JSX doesn't support the new import syntax. That's problematic because we pipe code through JSX before jshint-ing it. Looking in to this
Related: https://github.com/babel/babel/issues/825
Alright, dug into it. Basically it looks like JSX _should_ support this but it's bleeding edge. I couldn't get it to work, but you can try `npm install -g react-tools`...
When I use ESLint I get the same illegal declaration error, and it doesn't parse my JSX. Any tips on that?
Awesome, got that working. Do you think this could replace this project altogether? Also, OT but what rules are you using? My eslint throws an error that require, React, etc.,...
Also, eslint seems to suffer the same issue as jsxhint where React issues like sibling elements don't transform and instead throw errors like "Unterminated regular expression".
Wow, this is pretty awesome! I'm in favor of deprecating this and just supplying instructions on setting up that system.