megawac / lodash-decorators

A set of ES7 decorators from lodash
MIT License
30 stars 2 forks source link

moving to ESLint #2

Open oriSomething opened 9 years ago

oriSomething commented 9 years ago

ESLint supports parses like babel-parser, that allow better testing (style / linting errors). especially because decorators are experimental, it's a pain to run JSCS / JSHint tests

hzoo commented 9 years ago

JSCS will support babel with https://github.com/jscs-dev/babel-jscs now :smile: if you still want to use it

megawac commented 9 years ago

For sure, will go whatever direction babel-library-boilerplate decides to go

https://github.com/babel/babel-library-boilerplate/issues/172 +others