diff options
-rw-r--r-- | package.json | 12 |
1 files changed, 9 insertions, 3 deletions
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", |