Merge pull request #2743 "Add ESLint".
commit035d7e4547e49963a4422764b2e83232dc60b2cf
authorTim Wienk <tim@wienk.name>
Wed, 28 Oct 2015 08:19:50 +0000 (28 09:19 +0100)
committerTim Wienk <tim@wienk.name>
Wed, 28 Oct 2015 08:19:50 +0000 (28 09:19 +0100)
tree22576eb9d86fa448fd8604bb67001cd73612fd17
parent882f2dd805960dad5c9bafae7ba5a783f9d3ef1f
parent164391feb2137c0a662f22b4f0668f910caca153
Merge pull request #2743 "Add ESLint".

- Adds ESLint checking to the automated tests, using most of the
  eslint:recommended rules in addition to some style rules.
- Adds two "local" ESLint rules to match MooTools' specific whitespace
  and indentation styles, in Grunt/plugins/eslint/rules.
- Fixes syntax inconsistencies based on ESLint results.