popcode icon indicating copy to clipboard operation
popcode copied to clipboard

ESLint

Open outoftime opened this issue 9 years ago • 0 comments

Add ESLint as a JavaScript validator. ESLint is very good at linting. Unfortunately it is not very good at providing useful parse error messages, which JSHint is. So we probably need to use both in concert.

At that point we can include extra validation for libraries being used, e.g. eslint-plugin-lodash, eslint-plugin-angular, eslint-plugin-react (where is the one for jQuery though???)

outoftime avatar Oct 22 '16 00:10 outoftime