From f387f03b260b56372bfca301d4e79c4067633854 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 19 Apr 2015 01:46:31 -0700 Subject: [PATCH] Update `eslint`, `tape`, `semver` --- .eslintrc | 8 +++++++- package.json | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.eslintrc b/.eslintrc index adc1f4b..6d9994c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -24,6 +24,7 @@ "eqeqeq": [2], "func-names": [0], "func-style": [0, "declaration"], + "generator-star-spacing": [2, "after"], "global-strict": [0, "never"], "guard-for-in": [0], "handle-callback-err": [0], @@ -36,6 +37,7 @@ "max-statements": [0, 10], "new-parens": [2], "new-cap": [2], + "newline-after-var": [0], "no-alert": [2], "no-array-constructor": [2], "no-bitwise": [0], @@ -44,12 +46,14 @@ "no-cond-assign": [2], "no-console": [2], "no-constant-condition": [2], + "no-continue": [2], "no-control-regex": [2], "no-debugger": [2], "no-delete-var": [2], "no-div-regex": [0], "no-dupe-args": [2], "no-dupe-keys": [2], + "no-duplicate-case": [2], "no-else-return": [0], "no-empty": [2], "no-empty-class": [2], @@ -93,6 +97,7 @@ "no-obj-calls": [2], "no-octal": [2], "no-octal-escape": [2], + "no-param-reassign": [2], "no-path-concat": [0], "no-plusplus": [0], "no-process-env": [0], @@ -129,6 +134,7 @@ "no-wrap-func": [2], "one-var": [0], "operator-assignment": [0, "always"], + "operator-linebreak": [2, "after"], "padded-blocks": [0], "quote-props": [0], "radix": [0], @@ -136,7 +142,7 @@ "semi-spacing": [2, { "before": false, "after": true }], "sort-vars": [0], "space-after-keywords": [2, "always"], - "space-before-function-parentheses": [2, { "anonymous": "always", "named": "never" }], + "space-before-function-paren": [2, { "anonymous": "always", "named": "never" }], "space-before-blocks": [0, "always"], "space-in-brackets": [0, "never", { "singleValue": true, diff --git a/package.json b/package.json index 8f51d95..a9fceb3 100644 --- a/package.json +++ b/package.json @@ -33,13 +33,13 @@ ], "dependencies": {}, "devDependencies": { - "tape": "^3.5.0", + "tape": "^4.0.0", "covert": "^1.0.1", "jscs": "^1.11.3", "editorconfig-tools": "^0.1.1", "nsp": "^1.0.1", - "eslint": "^0.17.1", - "semver": "^4.3.1", + "eslint": "^0.19.0", + "semver": "^4.3.3", "replace": "^0.3.0" }, "testling": {