rename project to match conventions

This commit is contained in:
Jérémi N ‘EndMove’ 2023-06-27 18:44:40 +02:00
parent 9b90e78a45
commit afd450705a
Signed by: EndMove
GPG Key ID: 65C4A02E1F5371A4
4 changed files with 16 additions and 6 deletions

View File

@ -24,7 +24,7 @@ steps:
- npm ci - npm ci
- npm version $SNAPSHOT - npm version $SNAPSHOT
- npm publish --tag snapshot - npm publish --tag snapshot
# - npm dist-tag add @ioprojects/ui-eslint-base@$SNAPSHOT snapshot # - npm dist-tag add @ioprojects/eslint-config@$SNAPSHOT snapshot
--- ---
kind: pipeline kind: pipeline
@ -52,4 +52,4 @@ steps:
- npm ci - npm ci
- npm version $NEW_VERSION - npm version $NEW_VERSION
- npm publish - npm publish
# - npm dist-tag add @ioprojects/ui-eslint-base@$SNAPSHOT snapshot # - npm dist-tag add @ioprojects/eslint-config@$SNAPSHOT snapshot

View File

@ -1,3 +1,13 @@
# ioprojects-ui-eslint # ioprojects-ui-eslint
This repository is the NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects. This repository is the NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects.
## Installation
```bash
# with yarn
yarn add -D @io-projects/eslint-config
# with npm
npm install --save-dev @io-projects/eslint-config
```

View File

@ -1 +1 @@
1.0.4 1.0.0

View File

@ -1,5 +1,5 @@
{ {
"name": "@ioprojects/ui-eslint-base", "name": "@endmove/eslint-config",
"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>", "author": "IO-Projects <contact@io-projects.com>",
@ -22,7 +22,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://git.endmove.eu/IO-ProjectsOfficial/ioprojects-ui-eslint.git" "url": "git+https://git.endmove.eu/IO-ProjectsOfficial/eslint-config.git"
}, },
"keywords": [ "keywords": [
"io-project", "io-project",