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 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc') 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, -- cgit v1.2.3