summaryrefslogtreecommitdiff
path: root/packages/bank/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bank/package.json')
-rw-r--r--packages/bank/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/bank/package.json b/packages/bank/package.json
index e844aa1..f50ea78 100644
--- a/packages/bank/package.json
+++ b/packages/bank/package.json
@@ -28,7 +28,8 @@
"@typescript-eslint/ban-ts-comment": [1],
"quotes": [2, "single", {"allowTemplateLiterals": true,"avoidEscape": false}],
"indent": [2,2],
- "prefer-arrow-callback": [2, {"allowNamedFunctions": false, "allowUnboundThis": true}]
+ "prefer-arrow-callback": [2, {"allowNamedFunctions": false, "allowUnboundThis": true}],
+ "curly": [2,"multi"]
}
},
"dependencies": {