Fix linting #98

Merged
BehindTheMath merged 3 commits from bugfix/fix-linting into master 2018-01-09 14:09:41 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7a0b756ab8 - Show all commits

View File

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

View File

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