plone / plone.recipe.codeanalysis

provides static code analysis for Buildout-based Python projects, including flake8, JSHint, CSS Lint, and other code checks
https://pypi.org/project/plone.recipe.codeanalysis/
11 stars 5 forks source link

Add ESLint support. #178

Open tisto opened 8 years ago

tisto commented 8 years ago

ESLint (http://eslint.org/) is a pluggable JS linter that combines checks that are currently covered by jshint and jscs. One tool is better than two separate tools and ESLint also supports different flavors (Angular, React, etc.) which makes it easier to follow the specific project best practices.