From 741cd7280df375c7b96aa59baa199943b3d9149a Mon Sep 17 00:00:00 2001 From: Naor Peled Date: Fri, 17 Nov 2023 20:04:40 +0200 Subject: [PATCH] . --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fb7c83..c719065 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,8 @@ "generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs", "watch": "webpack --watch --config webpack.config.js", "prepublishOnly": "npm run build", - "lint": "eslint ./src", + "lint:check": "eslint ./src", + "lint:fix": "eslint --fix ./src", "testem": "testem", "test": "nyc --reporter=html --reporter=text ava", "test:watch": "ava --watch",