aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-01-29 15:19:44 +1100
committerdaurnimator <quae@daurnimator.com>2018-01-29 22:05:59 +1100
commit0836b4ce3f3c66e9268ebcd269b7451fb5700b32 (patch)
tree923d70c4e2eb96ecea1c43c44a21feb6e9639539 /package.json
parent7dd57c4f3c546da3b7700fe8eaf6603dfbb2278c (diff)
downloadfengari-0836b4ce3f3c66e9268ebcd269b7451fb5700b32.tar.gz
fengari-0836b4ce3f3c66e9268ebcd269b7451fb5700b32.tar.bz2
fengari-0836b4ce3f3c66e9268ebcd269b7451fb5700b32.zip
package.json: Use yarn-favoured indentation
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
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",