From c21b635297026e72b51b15665ad3ca58be58f060 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Wed, 3 Aug 2016 14:48:01 +0300 Subject: [PATCH] Added new aslant rule --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index e539d312d..d747bfdc8 100644 --- a/.eslintrc +++ b/.eslintrc @@ -5,6 +5,7 @@ "arrow-body-style":[0, "as-needed"], // fix `this` shortcut on ES6 classes "react/jsx-no-bind": 0, // Makes difficult to pass args to prop functions "react/jsx-curly-spacing": [2, "always"], // Spaces inside curlies + "react/prefer-stateless-function": 0, // Don't prefer stateless components "no-else-return": 0, }, "settings" : {