Update JSCS to the latest version

This commit was merged in pull request #98.
This commit is contained in:
Behind The Math
2018-01-09 00:48:27 -05:00
committed by BehindTheMath
parent c0d64e41b8
commit 3bd101bb1d
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@
"requireCapitalizedConstructors": true, "requireCapitalizedConstructors": true,
"safeContextKeyword": "that", "safeContextKeyword": "that",
"requireDotNotation": true, "requireDotNotation": true,
"validateJSDoc": { "jsDoc": {
"checkParamNames": true, "checkParamNames": true,
"checkRedundantParams": true, "checkRedundantParams": true,
"requireParamTypes": true "requireParamTypes": true

View File

@@ -22,7 +22,7 @@
], ],
"devDependencies": { "devDependencies": {
"browserify": "^3.46.0", "browserify": "^3.46.0",
"jscs": "^1.6.2", "jscs": "^3.0.7",
"jsdom": "^11.5.1", "jsdom": "^11.5.1",
"jsdom-global": "^3.0.2", "jsdom-global": "^3.0.2",
"jshint": "^2.5.6", "jshint": "^2.5.6",