avim icon indicating copy to clipboard operation
avim copied to clipboard

Replace JSHint with ESLint?

Open 1ec5 opened this issue 9 years ago • 0 comments

Mozilla’s addons-linter uses ESLint instead of JSHint. Once #144 lands, AVIM will be effectively linted by both. JSHint has more options that are useful for taming legacy core code like the transformer’s findC() method, but ESLint appears to have more options that are useful for further development of the rest of the codebase.

1ec5 avatar Dec 26 '15 22:12 1ec5