From 46f801cf50649d60fc2c46b18ca61797d51201a8 Mon Sep 17 00:00:00 2001 From: Abdirahim Musse <33973272+abmusse@users.noreply.github.com> Date: Thu, 27 Oct 2022 11:01:54 -0500 Subject: [PATCH 1/2] build(package.json): Add lint-fix script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d55c8e9..6394ee6 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "test": "./node_modules/mocha/bin/mocha.js --recursive test/unit", "test-integration": "./node_modules/mocha/bin/mocha.js --timeout 5s test/functional/*.js", "lint": "./node_modules/eslint/bin/eslint.js lib/ test/", + "lint-fix": "./node_modules/eslint/bin/eslint.js lib/ test/ --fix", "release": "standard-version" }, "repository": { From 9c34e7917fcf34a780f65f49023158264aa93aa5 Mon Sep 17 00:00:00 2001 From: Abdirahim Musse <33973272+abmusse@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:34:02 -0500 Subject: [PATCH 2/2] fixup! build(package.json): Add lint-fix script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 6394ee6..dc55cfb 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,7 @@ "test": "./node_modules/mocha/bin/mocha.js --recursive test/unit", "test-integration": "./node_modules/mocha/bin/mocha.js --timeout 5s test/functional/*.js", "lint": "./node_modules/eslint/bin/eslint.js lib/ test/", - "lint-fix": "./node_modules/eslint/bin/eslint.js lib/ test/ --fix", - "release": "standard-version" + "lint-fix": "./node_modules/eslint/bin/eslint.js lib/ test/ --fix" }, "repository": { "type": "git",