wbyoung / avn

Automatic Version Switching for Node
MIT License
1.14k stars 54 forks source link

Replace jshint and jscs with eslint #67

Open duckontheweb opened 6 years ago

duckontheweb commented 6 years ago

Update avn, avn-nvm, and avn-n to use eslint for JavaScript linting.

References comment in #66

duckontheweb commented 6 years ago

@wbyoung How would you feel about using the Airbnb rule set with eslint? This seems to be a pretty commonly used standard and a little more in line with some of the other standards out there than the eslint standard defaults.

duckontheweb commented 6 years ago

Sorry, should have looked through the jscs configs more before asking that question. It looks like you're already using Airbnb as a template. I'll work off of the existing style rules for jcsc and adapt them for eslint.

wbyoung commented 6 years ago

@duckontheweb yup, sound great!