Skip to content

tools: update to eslint 3.8.0, fix unneeded escaping in template strings

Rodrigo Muino Tomonari requested to merge github/fork/Trott/eslint-3.8 into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

tools, test

Description of change

Update ESLint to v3.8.0.

* Installed with `npm install --production` to avoid installing
  unnecessary dev files
* Used `dmn -f clean` to further eliminate unneeded files

The no-useless-escape rule in ESLint did not previously flag certain unnecessary escaping in template strings. These will be flagged in ESLint 3.8.0.

/cc @silverwind @not-an-aardvark

Merge request reports

Loading