From 865f6a65ef7ea79ec20ae17f3929c268658bfa9b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 22 Feb 2015 16:14:53 -0800 Subject: bump grunt-eslint to ^7.0.0 --- .eslintrc | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 5d2a7cc..41c85eb 100644 --- a/.eslintrc +++ b/.eslintrc @@ -33,6 +33,7 @@ "no-self-compare": 2, "no-space-before-semi": 2, "no-spaced-func": 2, + "no-throw-literal": 2, "no-trailing-spaces": 2, "no-underscore-dangle": 0, "no-void": 2, @@ -41,9 +42,9 @@ "quotes": 0, "radix": 2, "semi": [2, "always"], - "space-after-function-name": [2, "never"], "space-after-keywords": [2, "always", {"checkFunctionKeyword": true}], "space-before-blocks": [2, "always"], + "space-before-function-parentheses": [2, {"anonymous": "always", "named": "never"}], "space-in-brackets": [2, "never"], "space-in-parens": [2, "never"], "space-return-throw-case": 2, diff --git a/package.json b/package.json index c26613b..f5e57f3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "grunt-contrib-clean": "^0.6.0", "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-nodeunit": "^0.4.1", - "grunt-eslint": "^6.0.0", + "grunt-eslint": "^7.0.0", "grunt-jscs": "^1.5.0", "load-grunt-tasks": "^3.1.0" }, -- cgit v1.2.3