interactive-pioneers / conventions

Interactive Pioneers Web Development Conventions
0 stars 5 forks source link

ESLint configuration #89

Open ain opened 8 years ago

ain commented 8 years ago

We should work out ESLint configuration in addition to JSHint for projects deploying ES6. JSHint for new JS seems not to be satisfactory.

davleh commented 7 years ago

Official page: https://eslint.org/

Sublime and Atom plugins: https://github.com/roadhump/SublimeLinter-eslint https://atom.io/packages/linter-eslint

davleh commented 7 years ago

I think it is worth thinking about it. ES6 will get more important for us in the future.