avn icon indicating copy to clipboard operation
avn copied to clipboard

Replace jshint and jscs with eslint

Open duckontheweb opened this issue 7 years ago • 3 comments

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

References comment in #66

duckontheweb avatar Nov 20 '17 03:11 duckontheweb

@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 avatar Nov 20 '17 04:11 duckontheweb

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.

duckontheweb avatar Nov 20 '17 04:11 duckontheweb

@duckontheweb yup, sound great!

wbyoung avatar Nov 20 '17 23:11 wbyoung