Uh oh!
There was an error while loading. Please reload this page.
[Lint] Update linter to use babel-lint and lint JSX/React directly - #259
[Lint] Update linter to use babel-lint and lint JSX/React directly#259ide wants to merge 1 commit into
Conversation
sahrens
commented
Mar 31, 2015
@amasad Can we do this yet? |
amasad
commented
Apr 3, 2015
I think we need to update our eslint version first. Right? |
cfd2e3f to
09ab33cComparef7310d7 to
e7b1894Compareide
commented
Apr 28, 2015
Probably the best way to approach this is to install eslint, babel-lint, and eslint-react-plugin directly so that React Native can have its own linter settings independent of any other project. My latest commit does this but there's an issue with the packager where it's finding conflicting |
amasad
commented
Apr 29, 2015
I had this on my list of things todo. I'll take a look soon! |
1d5716b to
41be26dCompared5dcc41 to
538bff7Compareamasad
commented
May 18, 2015
Didn't forget about this. Switching to babel very soon and then we can easily use this. |
ide
commented
May 18, 2015
I'll keep rebasing periodically so it's easy to merge and uses the latest eslint plugins. |
amasad
commented
May 20, 2015
There was a problem hiding this comment.
jest should only be in devDependencies
- Upgraded eslint - Installed babel-eslint so that we can parse JSX and ES6 - Installed eslint-react-plugin so we can lint JSX directly w/o a transform - `no-comma-dangle` was replaced with `comma-dangle` - `space-unary-word-ops` was replaced with `space-unary-ops`.
ide
commented
May 21, 2015
Removed the unnecessary jest-cli entry from dependencies. |
jaredly
commented
May 22, 2015
Thanks! |
ide
commented
May 22, 2015
Sweet, looking forward to it. |
ide
commented
May 30, 2015
Yay! Thanks for landing it =) |
amasad
commented
Jun 2, 2015
💃 |
* Remove a stale ref to a deprecated file * remove more unneeded recovered files- remove libs by ref * add back lib refs as we get build failures with them out * fix up blank space issues
no-comma-danglewas replaced withcomma-danglespace-unary-word-opswas replaced withspace-unary-ops.