From 06ca550f971e994b6ae74af7876183b1f7fb4383 Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Mon, 30 May 2016 15:21:08 +0300 Subject: [PATCH] feat(package): added eslint 2.11.0 rules --- .eslintrc.json | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index cc5d025..a5711c0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,6 +25,7 @@ "no-irregular-whitespace": 2, "no-negated-in-lhs": 2, "no-obj-calls": 2, + "no-prototype-builtins": 2, "no-regex-spaces": 2, "no-sparse-arrays": 2, "no-unexpected-multiline": 2, @@ -116,6 +117,7 @@ "no-useless-call": 2, "no-useless-concat": 2, "no-useless-escape": 2, + "no-useless-rename": 2, "no-void": 2, "no-warning-comments": 1, "no-with": 2, @@ -269,6 +271,7 @@ "space-infix-ops": 2, "space-unary-ops": 2, "spaced-comment": 0, + "unicode-bom": [2, "never"], "wrap-regex": 0, // ECMAScript 6 "arrow-body-style": 2, diff --git a/package.json b/package.json index f665297..ebce7ed 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/valor-software/eslint-config-valorsoft#readme", "dependencies": { - "eslint": "2.10.2" + "eslint": "2.11.0" }, "devDependencies": { "chai": "3.5.0",