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.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/bank/package.json b/packages/bank/package.json
index 80ea29d..e844aa1 100644
--- a/packages/bank/package.json
+++ b/packages/bank/package.json
@@ -2,7 +2,7 @@
"private": true,
"name": "bank",
"version": "0.1.0",
- "license": "MIT",
+ "license": "AGPL-3.0-OR-LATER",
"scripts": {
"dev": "preact watch --port ${PORT:=9090} --no-sw --no-esm -c preact.mock.js",
"build": "preact build --no-sw --no-esm -c preact.single-config.js --dest build && sh remove-link-stylesheet.sh",
@@ -27,7 +27,8 @@
"@typescript-eslint/no-explicit-any": [0],
"@typescript-eslint/ban-ts-comment": [1],
"quotes": [2, "single", {"allowTemplateLiterals": true,"avoidEscape": false}],
- "indent": [2,2]
+ "indent": [2,2],
+ "prefer-arrow-callback": [2, {"allowNamedFunctions": false, "allowUnboundThis": true}]
}
},
"dependencies": {