jscs-dev / babel-jscs

(deprecated) JSCS has merged with ESLint, so check out babel-eslint!
https://github.com/babel/babel-eslint
MIT License
27 stars 6 forks source link

remove same transforms as babel-eslint #22

Closed hzoo closed 9 years ago

hzoo commented 9 years ago

Able to remove a lot of the older transforms (did it in babel-eslint) so can do the same here.

I'l wait a bit to see if there was any issues from the SpreadProperty change - but tests pass on jscs itself and another project. Then we can use node.type instead of node._babelType

mrjoelkemp commented 9 years ago

Hooray!