Skip to content

Commit

Permalink
Merge pull request #762 from moneyadviceservice/fix_jshint_config
Browse files Browse the repository at this point in the history
Fix missing trailing comma in JSHint config.
  • Loading branch information
benlovell committed Oct 31, 2014
2 parents 9c2f033 + 4ff8b6c commit c345797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Define globals exposed by Node.js.
"node": true,

"predef": ["define", "requirejs", "require", "before", "after", "beforeEach", "afterEach", "it", "expect", "describe", "sinon", "CSSRule", "assert", "WebFont", "MAS"]
"predef": ["define", "requirejs", "require", "before", "after", "beforeEach", "afterEach", "it", "expect", "describe", "sinon", "CSSRule", "assert", "WebFont", "MAS"],

/*
* ENFORCING OPTIONS
Expand Down

0 comments on commit c345797

Please sign in to comment.