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

Add JSHint support and enable strict mode #379

Merged
merged 7 commits into from
Mar 5, 2014
Merged

Add JSHint support and enable strict mode #379

merged 7 commits into from
Mar 5, 2014

Commits on Mar 5, 2014

  1. Grunt: Add JSHint support.

    XhmikosR committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    f92f894 View commit details
    Browse the repository at this point in the history
  2. Fix JSHint warnings.

    XhmikosR committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    53180e0 View commit details
    Browse the repository at this point in the history
  3. Enable JS strict mode.

    zlatanvasovic authored and XhmikosR committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    26eeadc View commit details
    Browse the repository at this point in the history
  4. Enable curly rule.

    XhmikosR committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    1e88a8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df5aa2c View commit details
    Browse the repository at this point in the history
  6. Update JSHint rules.

    Enabled:
    
    * `immed`
    * `newcap`
    * `latedef`
    
    Removed:
    
    * `boss`
    * `laxbreak`
    * `validthis`
    
    Also move `bitwise` to fingerblast.js since that's where it's only needed.
    XhmikosR committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    4b76127 View commit details
    Browse the repository at this point in the history
  7. Run grunt.

    XhmikosR committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    c094faf View commit details
    Browse the repository at this point in the history