From 62db625dbe181cebc8e767dbe85e143bb0f7a8d2 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 10 Jun 2020 13:40:08 +0100 Subject: [PATCH] Add lint-fix script to @cosmjs/math --- packages/math/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/math/package.json b/packages/math/package.json index fb4cec28..b3125f61 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -25,6 +25,7 @@ "scripts": { "docs": "shx rm -rf docs && typedoc --options typedoc.js", "lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"", + "lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix", "format": "prettier --write --loglevel warn \"./src/**/*.ts\"", "format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\"", "test-node": "node jasmine-testrunner.js",