MDL-55835 eslint: bump to v3.7.1
commit00c714f05c02ede872f43cf677b6e07b40b5eb78
authorDan Poltawski <dan@moodle.com>
Thu, 1 Sep 2016 13:27:11 +0000 (1 14:27 +0100)
committerDan Poltawski <dan@moodle.com>
Fri, 7 Oct 2016 09:00:26 +0000 (7 10:00 +0100)
treeda1e60556db9296015a0f4ad4b50d304c2546ce4
parentd9520bc04e4d47d8dedfbe6b07cbbe0cb14c7fcf
MDL-55835 eslint: bump to v3.7.1

1) Bump eslint verson in npm
2) Enable tabs rule introduced in 3.2.0
3) With rules deprecated in 3.3.0 to their replacements
   http://eslint.org/blog/2016/08/eslint-v3.3.0-released
4) Deprecate the use of M.str (fixes MDLSITE-3646) with new
   no-restricted-properties introduced in 3.5.0
5) Fixup no-unused-vars - remove argsIgnorePattern which shouldn't have allowed
   partial matches and turns out to be uncesssary
   (detected because of https://github.com/eslint/eslint/issues/7250 in 3.6.0)
.eslintrc
lib/amd/src/str.js
npm-shrinkwrap.json
package.json