From 9b90e78a45891f3b5fbdb91545a3478e15840edd Mon Sep 17 00:00:00 2001 From: EndMove Date: Tue, 27 Jun 2023 18:30:36 +0200 Subject: [PATCH] up --- .eslintrc.json | 5 +++-- package.json | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index f8f29c8..4cb1e24 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,8 +2,9 @@ "root": true, "env": { "browser": true, - "es2021": true, - "jest": true + "es2022": true, + "jest": true, + "node": true }, "parser": "@typescript-eslint/parser", "parserOptions": { diff --git a/package.json b/package.json index 7c941be..84c5c77 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,8 @@ "name": "@ioprojects/ui-eslint-base", "version": "1.0.4", "description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects", + "author": "IO-Projects ", + "license": "SEE LICENSE FILE", "main": ".eslintrc.json", "files": [ ".eslintrc.json" @@ -20,14 +22,12 @@ }, "repository": { "type": "git", - "url": "https://git.endmove.eu/IO-ProjectsOfficial/ioprojects-ui-eslint.git" + "url": "git+https://git.endmove.eu/IO-ProjectsOfficial/ioprojects-ui-eslint.git" }, "keywords": [ "io-project", "eslint" ], - "author": "IO-Projects ", - "license": "SEE LICENSE FILE", "engines": { "node": ">=18" }