From 233e1b64ffd75fba7ec38c1accac695d95bcdceb Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Sat, 7 Jun 2025 18:06:11 +0200 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2744245..ce39c75 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,13 @@ ".": "./dist/index.js" }, "engines": { - "node": ">=20" + "node": ">=21" }, "scripts": { "bundle": "npm run format:write && npm run package", "format:write": "prettier --write **/*.js", "format:check": "prettier --check **/*.js", - "lint": "npx eslint . -c ./.github/linters/.eslintrc.yml", + "lint": "npx eslint . -c ./.github/linters/eslint.config.js", "package": "ncc build src/index.js --license licenses.txt", "package:watch": "npm run package -- --watch", "test": "jest", @@ -36,7 +36,7 @@ }, "license": "MIT", "eslintConfig": { - "extends": "./.github/linters/.eslintrc.yml" + "extends": "./.github/linters/eslint.config.js" }, "jest": { "verbose": true,