From 57751f3fe55077f7a1b4a89cef850703fe95f2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 27 Jun 2022 11:45:26 +0200 Subject: [PATCH] :zap: Set up Prettier command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f266bdd..51c094b 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "scripts": { "dev": "npm run watch", "build": "tsc && gulp", + "format": "prettier nodes credentials --write", "lint": "tslint -p tsconfig.json -c tslint.json && node_modules/eslint/bin/eslint.js ./nodes", "lintfix": "tslint --fix -p tsconfig.json -c tslint.json && node_modules/eslint/bin/eslint.js --fix ./nodes", "watch": "tsc --watch",