Skip to content

TGIF

Compare
Choose a tag to compare
@brzpegasus brzpegasus released this 11 Sep 22:11
· 92 commits to master since this release

When running tests in the browser with ember-cli-qunit, you now have the option to disable JSCS tests just as you can with JSHint tests. The option appears as a checkbox in the QUnit toolbar, and is unchecked by default.

You will need to upgrade to ember-cli-test-loader@0.2.1 and ember-cli-qunit@1.0.3 to get the "Disable JSCS" functionality.

Changes

  • #60 Add space in requireEnhancedObjectLiterals error (@brettchalupa)
  • #52 New Rule: requireParenthesesAroundArrowParam
  • #63 Add disable jscs option to qunit (@toddjordan)