From ae16396872f752eed2d67e2fb028f5e7ee1868f0 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Thu, 3 Jun 2021 01:07:51 +0200 Subject: [PATCH] Update Package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b89db76..9e0691e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "lib/main.js", "scripts": { "build": "tsc", - "lint": "eslint src/**/*.ts --fix", + "lint": "eslint src/**/*.ts", "pack": "ncc build lib/main.js", "test": "jest", "all": "npm run build && npm run lint && npm run pack"