From bdddcf7583677db49165a5fa751fa06ddeeb06f1 Mon Sep 17 00:00:00 2001 From: 4yman <170770027+4yman-0@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:20:07 +0100 Subject: [PATCH] Update node scripts --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 88410d3eb..7890b5210 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,9 @@ "type": "module", "scripts": { "test": "jest tests", - "lint": "eslint src/**/*.js --no-eslintrc -c config/eslint.config.js", - "prettier": "prettier src/**/*.{js,css} --config config/prettier.config.js" + "lint": "eslint . --no-eslintrc -c config/eslint.config.js", + "lint:fix": "eslint . --fix --no-eslintrc -c config/eslint.config.js", + "format": "prettier --write . --config config/prettier.config.js" }, "keywords": [], "author": "",