From 340e4f0339becc2753a4ebb89a2df7e5ce79a27f Mon Sep 17 00:00:00 2001 From: KirilNN Date: Thu, 4 Feb 2016 15:12:41 +0200 Subject: [PATCH] Change index to 4 spaces. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2343c5d..069574f 100644 --- a/index.js +++ b/index.js @@ -38,7 +38,7 @@ module.exports = { "camelcase": 2, "comma-style": 2, "consistent-this": [2, "that"], - "indent": [ 2, 2 ], + "indent": 2, "jsx-quotes": 2, "key-spacing": [2, {"beforeColon": false, "afterColon": true}], "linebreak-style": [2, "unix"],