taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit c99152eefdd38a3c9df90c7be903ec7b5d16616e
parent 105251337471ac4ecc67300cead946d54de3a2c9
Author: Florian Dold <dold@taler.net>
Date:   Mon, 24 Aug 2026 02:40:04 +0200

bank web UI: fail lint when warnings are reported

Diffstat:
Mpackages/libeufin-bank-webui/package.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/libeufin-bank-webui/package.json b/packages/libeufin-bank-webui/package.json @@ -12,7 +12,7 @@ "test": "./test.mjs && node --test 'dist/test/**/*.test.js' 'dist/test/**/test.js'", "coverage": "./test.mjs && node --experimental-test-coverage --test-concurrency=1 --test-reporter=./coverage-report.mjs --test 'dist/test/**/*.test.js' 'dist/test/**/test.js'", "i18n:check": "pogen check", - "lint": "../qa-tooling/bin/eslint.mjs .", + "lint": "../qa-tooling/bin/eslint.mjs --max-warnings 0 .", "typedoc": "pnpm dlx typedoc --out dist/typedoc ./src/", "i18n:source2po": "pogen extract && pogen merge", "i18n:po2strings": "pogen emit",