From 0836b4ce3f3c66e9268ebcd269b7451fb5700b32 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 29 Jan 2018 15:19:44 +1100 Subject: package.json: Use yarn-favoured indentation --- package.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index be70920..81accf4 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,9 @@ "indent": [ "error", 4, - {"SwitchCase": 1} + { + "SwitchCase": 1 + } ], "linebreak-style": [ "error", @@ -65,11 +67,15 @@ "no-console": 0, "no-empty": [ 2, - { "allowEmptyCatch": true } + { + "allowEmptyCatch": true + } ], "no-unused-vars": [ 2, - { "args": "none" } + { + "args": "none" + } ], "semi": [ "error", -- cgit v1.2.3-54-g00ecf