From ea8cb0ed8d614f363546e29925d4484572247573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Gr=C3=A9bauval?= Date: Mon, 19 Oct 2015 12:42:59 +0200 Subject: [PATCH] fix(eslintrc): add missing quotes --- app/templates/angular/common/dotfiles/eslintrc | 5 ++++- app/templates/angular2/common/dotfiles/eslintrc | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/templates/angular/common/dotfiles/eslintrc b/app/templates/angular/common/dotfiles/eslintrc index 1a69275..d7326ee 100644 --- a/app/templates/angular/common/dotfiles/eslintrc +++ b/app/templates/angular/common/dotfiles/eslintrc @@ -6,7 +6,10 @@ "no-use-before-define": [2, "nofunc"], "no-unused-vars": 1, "vars-on-top": 1, - "id-length": [2, {"properties": "never", "exceptions": ["i", "j", "k", x", "y", "_"]}] + "id-length": [2, { + "properties": "never", + "exceptions": ["i", "j", "k", "x", "y", "_"] + }] }, "globals": { "angular": true, diff --git a/app/templates/angular2/common/dotfiles/eslintrc b/app/templates/angular2/common/dotfiles/eslintrc index 1a69275..d7326ee 100644 --- a/app/templates/angular2/common/dotfiles/eslintrc +++ b/app/templates/angular2/common/dotfiles/eslintrc @@ -6,7 +6,10 @@ "no-use-before-define": [2, "nofunc"], "no-unused-vars": 1, "vars-on-top": 1, - "id-length": [2, {"properties": "never", "exceptions": ["i", "j", "k", x", "y", "_"]}] + "id-length": [2, { + "properties": "never", + "exceptions": ["i", "j", "k", "x", "y", "_"] + }] }, "globals": { "angular": true,