commit 0730e1d8abfe7936dbcbe58760a15d875387dcb0
parent 90ed9dd96bdff1d68476200653de7f653e93454b
Author: ng <�>
Date: Sun, 25 Sep 2022 15:57:03 +0200
fix: 📄 Use AGPL3
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git 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": {