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": "",