Update dev-dependencies

This commit is contained in:
Titus Wormer 2016-06-06 18:30:56 +02:00
parent fd908a4a80
commit ecb721ca1d
2 changed files with 10 additions and 5 deletions

View File

@ -5,10 +5,15 @@
"remark-lint.js",
"remark-lint.min.js"
],
"preset": "yandex",
"requireQuotedKeysInObjects": true,
"disallowQuotedKeysInObjects": false,
"preset": "crockford",
"requireMultipleVarDecl": false,
"requireVarDeclFirst": false,
"disallowDanglingUnderscores": false,
"maximumLineLength": false,
"requireQuotedKeysInObjects": true,
"disallowKeywords": [
"with"
],
"jsDoc": {
"checkAnnotations": "jsdoc3",
"checkParamExistence": true,

View File

@ -40,8 +40,8 @@
"eslint": "^2.0.0",
"esmangle": "^1.0.0",
"istanbul": "^0.4.0",
"jscs": "^2.0.0",
"jscs-jsdoc": "^1.0.0",
"jscs": "^3.0.0",
"jscs-jsdoc": "^2.0.0",
"remark": "^4.0.0",
"remark-comment-config": "^3.0.0",
"remark-github": "^4.0.1",