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",