build: Bump jscs devDependency from 1.8.0 to 2.1.0

Change-Id: I75a99990c61d7f1f0a963f003c0e8bdb9c5215b6
This commit is contained in:
James D. Forrester 2015-08-19 10:25:11 -07:00
parent 44d739c164
commit 2efec36a10
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
{
"preset": "wikimedia"
"preset": "wikimedia",
"requireDotNotation": null,
"requireSpacesInsideBrackets": null,
"requireVarDeclFirst": null,
"jsDoc": null
}

View file

@ -17,6 +17,6 @@
"grunt-contrib-csslint": "0.4.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-watch": "0.6.1",
"grunt-jscs": "1.8.0"
"grunt-jscs": "2.1.0"
}
}