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

Upgrade to JSCS 2.0 #51

Merged
merged 1 commit into from
Aug 8, 2015
Merged

Upgrade to JSCS 2.0 #51

merged 1 commit into from
Aug 8, 2015

Commits on Aug 8, 2015

  1. Upgrade to JSCS 2.0

    * Upgrade to `[email protected]` for JSCS 2.0 support
    * Fix test example code for `require-space-after-keywords` rule:
      - The new parser requires wrapping the example `return` statement in a
        function.
    * Update the `require-object-destructuring` rule:
      - Remove the exception made to `get` and `set` as the
        [issue](jscs-dev/node-jscs#1293) has been
    resolved in the Esprima version that JSCS now uses.
    
    Closes #49.
    brzpegasus committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    4e54a55 View commit details
    Browse the repository at this point in the history