avim
avim copied to clipboard
Replace JSHint with ESLint?
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.