DELIVERY-8: add ci, package stabilisation #1

Merged
EndMove merged 29 commits from DELIVERY-8 into master 2023-06-28 13:26:09 +02:00
2 changed files with 6 additions and 5 deletions
Showing only changes of commit 9b90e78a45 - Show all commits

View File

@ -2,8 +2,9 @@
"root": true,
"env": {
"browser": true,
"es2021": true,
"jest": true
"es2022": true,
"jest": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {

View File

@ -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 <contact@io-projects.com>",
"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 <contact@io-projects.com>",
"license": "SEE LICENSE FILE",
"engines": {
"node": ">=18"
}