merchant-backoffice

ZZZ: Inactive/Deprecated
Log | Files | Refs | Submodules | README

commit 92be26c1a5981004923b46ce6dac8977103c65a4
parent 54723c9d6cec1b46e577222a2f66b37c85ef10ac
Author: Sebastian <sebasjm@gmail.com>
Date:   Thu,  2 Dec 2021 14:44:02 -0300

add prettier

Diffstat:
Acopyleft-header.js | 15+++++++++++++++
Mpackage.json | 3+++
Mpnpm-lock.yaml | 11++++++++++-
3 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/copyleft-header.js b/copyleft-header.js @@ -0,0 +1,15 @@ +/* + This file is part of GNU Taler + (C) 2021 Taler Systems S.A. + + GNU Taler is free software; you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software + Foundation; either version 3, or (at your option) any later version. + + GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR + A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with + GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + */ diff --git a/package.json b/package.json @@ -9,5 +9,8 @@ "typedoc": "pnpm run --filter '{packages}' typedoc", "pretty": "pnpm run --filter '{packages}' pretty", "check": "pnpm run --filter '{packages}' --if-present test" + }, + "dependencies": { + "prettier": "2.4.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml @@ -3,7 +3,10 @@ lockfileVersion: 5.3 importers: .: - specifiers: {} + specifiers: + prettier: 2.4.1 + dependencies: + prettier: 2.4.1 packages/bank: specifiers: @@ -17604,6 +17607,12 @@ packages: hasBin: true dev: true + /prettier/2.4.1: + resolution: {integrity: sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==} + engines: {node: '>=10.13.0'} + hasBin: true + dev: false + /pretty-bytes/4.0.2: resolution: {integrity: sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk=} engines: {node: '>=4'}