Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 2 commits into from

Commits on Oct 18, 2016

  1. test: remove unneeded escaping in template strings

    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.
    Trott committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    ac63c99 View commit details
    Browse the repository at this point in the history
  2. tools: update ESLint to v3.8.0

    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
    Trott committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    0b6d909 View commit details
    Browse the repository at this point in the history