rename project to match conventions
This commit is contained in:
parent
9b90e78a45
commit
afd450705a
@ -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
|
||||||
|
10
README.md
10
README.md
@ -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
|
||||||
|
```
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user