From 5a9a43c3b9f29e09885b544282fdd249067474f3 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Tue, 27 Aug 2024 05:18:36 +0300 Subject: [PATCH] Update npm scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db256ba..9f4f680 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "test": "npm run lint && npm run types && node --test", "types": "tsc -p tsconfig.json", "lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"", - "fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"" + "fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"" }, "engines": { "node": "18 || 20 || 21"