From ad272883f0b11edd2c0a07b7a0d0fbb70353929f Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Tue, 10 Jan 2017 10:38:31 +0000 Subject: [PATCH 1/4] Update .eslintrc --- react-native/.eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native/.eslintrc b/react-native/.eslintrc index bb6f499..e345f16 100644 --- a/react-native/.eslintrc +++ b/react-native/.eslintrc @@ -11,5 +11,6 @@ "rules": { "react-native/no-unused-styles": 2, "react-native/no-inline-styles": 2, + "no-console": 2, } } From 5895915e834ab9ed217e123176943c8f3d2df4e7 Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Tue, 10 Jan 2017 10:45:40 +0000 Subject: [PATCH 2/4] Update .eslintrc --- react-native/.eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native/.eslintrc b/react-native/.eslintrc index e345f16..178190c 100644 --- a/react-native/.eslintrc +++ b/react-native/.eslintrc @@ -12,5 +12,6 @@ "react-native/no-unused-styles": 2, "react-native/no-inline-styles": 2, "no-console": 2, + "no-debugger": 2, } } From 88195f328640bdc0a27a0f37f66c8f1613cf588c Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Tue, 10 Jan 2017 12:45:25 +0000 Subject: [PATCH 3/4] Update .eslintrc --- react-native/.eslintrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/react-native/.eslintrc b/react-native/.eslintrc index 178190c..bb6f499 100644 --- a/react-native/.eslintrc +++ b/react-native/.eslintrc @@ -11,7 +11,5 @@ "rules": { "react-native/no-unused-styles": 2, "react-native/no-inline-styles": 2, - "no-console": 2, - "no-debugger": 2, } } From c8012fb600a65247ea62f18d92635d99b9f4f801 Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Tue, 10 Jan 2017 12:45:48 +0000 Subject: [PATCH 4/4] Update .eslintrc --- base/.eslintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/.eslintrc b/base/.eslintrc index 7497e51..5a96222 100644 --- a/base/.eslintrc +++ b/base/.eslintrc @@ -20,6 +20,8 @@ "eqeqeq": 2, "block-scoped-var": 2, "no-constant-condition": 2, + "no-console": 2, + "no-debugger": 2, "no-lonely-if": 2, "no-lone-blocks": 2, "no-nested-ternary": 2,