diff --git a/.jscsrc b/.jscsrc index 750cc25..f87f5d9 100644 --- a/.jscsrc +++ b/.jscsrc @@ -60,7 +60,7 @@ "test/fixtures/**" ], - "additionalRules": ["node_modules/jscs-trailing-comma/rules/*.js"], + "plugins": ["jscs-trailing-comma"], "requireTrailingCommaInExpandedLiterals": true, "disallowTrailingCommaInCollapsedLiterals": true diff --git a/package.json b/package.json index c4c635c..e796fde 100644 --- a/package.json +++ b/package.json @@ -40,11 +40,11 @@ "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-contrib-clean": "0.6.0", - "grunt-contrib-copy": "^0.7.0", - "grunt-eslint": "5.1.0", - "grunt-jscs": "0.8.1", + "grunt-contrib-copy": "0.7.0", + "grunt-eslint": "6.0.0", + "grunt-jscs": "1.5.0", "grunt-mocha-test": "0.12.7", - "jscs-trailing-comma": "0.3.0", + "jscs-trailing-comma": "0.4.1", "load-grunt-tasks": "3.1.0", "mocha": "2.1.0", "time-grunt": "1.0.0"