Skip to content

Commit

Permalink
Build: Update jscsrc
Browse files Browse the repository at this point in the history
* Update "grunt-jscs-checker" package

* Use ".jscsrc" file instead of old ".jscs.json"

* Use jquery preset instead of explicitly defining all the jscs rules
  • Loading branch information
markelog committed Apr 15, 2014
1 parent 95dfcc5 commit b7283d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .jscs.json

This file was deleted.

5 changes: 5 additions & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"preset": "jquery",

"excludeFiles": [ "src/intro.js", "src/outro.js", "src/sizzle/**/*" ]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"grunt-contrib-uglify": "0.3.2",
"grunt-contrib-watch": "0.5.3",
"grunt-git-authors": "1.2.0",
"grunt-jscs-checker": "0.3.2",
"grunt-jscs-checker": "0.4.1",
"grunt-jsonlint": "1.0.4",
"gzip-js": "0.3.2",
"load-grunt-tasks": "0.3.0",
Expand Down

0 comments on commit b7283d7

Please sign in to comment.