This commit is contained in:
parent
dc211c7296
commit
9b90e78a45
@ -2,8 +2,9 @@
|
|||||||
"root": true,
|
"root": true,
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"es2021": true,
|
"es2022": true,
|
||||||
"jest": true
|
"jest": true,
|
||||||
|
"node": true
|
||||||
},
|
},
|
||||||
"parser": "@typescript-eslint/parser",
|
"parser": "@typescript-eslint/parser",
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
"name": "@ioprojects/ui-eslint-base",
|
"name": "@ioprojects/ui-eslint-base",
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
|
"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",
|
"main": ".eslintrc.json",
|
||||||
"files": [
|
"files": [
|
||||||
".eslintrc.json"
|
".eslintrc.json"
|
||||||
@ -20,14 +22,12 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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": [
|
"keywords": [
|
||||||
"io-project",
|
"io-project",
|
||||||
"eslint"
|
"eslint"
|
||||||
],
|
],
|
||||||
"author": "IO-Projects <contact@io-projects.com>",
|
|
||||||
"license": "SEE LICENSE FILE",
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user