diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 0680b5dff..28b7b9c62 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -13,7 +13,7 @@ module.exports = { }, "plugins": [ "@typescript-eslint", - "import" + "import" ], "ignorePatterns": [ "**/*.js", diff --git a/package.json b/package.json index 1fc2ac104..1cbe8deef 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "private": true, "version": "1.0.0", "license": "MIT", - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, "scripts": { "build": "wireit", "build:dev": "wireit",