From f2d719b24afd404dbaf26332ff314a6161c74b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20Ochagav=C3=ADa?= Date: Tue, 9 Oct 2018 22:56:15 +0200 Subject: Format vscode extension and add npm run fix --- editors/code/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index cd07e3be9..eeb6dd816 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -18,6 +18,7 @@ "compile": "tsc -p ./", "watch": "tsc -watch -p ./", "postinstall": "node ./node_modules/vscode/bin/install", + "fix": "prettier **/*.{json,ts} --write && tslint --project . --fix", "lint": "tslint --project .", "prettier": "prettier **/*.{json,ts}", "travis": "npm run compile && npm run lint && npm run prettier --list-different" -- cgit v1.2.3