Switch to ESLint for formatting/linting
Closed this issue · 1 comments
eriwen commented
JSCS has joined with ESLint, so we should switch to that for linting.
Expected Behavior
- Update package.json
- Migrate the current settings in
.jscsrcto.eslintrcwith equivalent rules. - Update gulp config to use eslint instead
- Update travis CI config to run eslint
eriwen commented
This is done.