From 6e908d843cdb1131a8c7ff067c0a2e310ee4f1aa Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Wed, 8 Nov 2023 13:51:24 +1100 Subject: [PATCH] add eslint fix command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a48a8622..83bbce16 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "main": "webpack.config.js", "scripts": { "build": "webpack --config webpack.config.js --mode production && sh ./package.sh", - "dev": "webpack --config webpack.config.js --watch --mode development" + "dev": "webpack --config webpack.config.js --watch --mode development", + "eslint": "eslint --fix ." }, "keywords": [], "author": "",