DELIVERY-8: add ci, package stabilisation #1
@ -24,7 +24,7 @@ steps:
|
||||
- npm ci
|
||||
- npm version $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
|
||||
@ -52,4 +52,4 @@ steps:
|
||||
- npm ci
|
||||
- npm version $NEW_VERSION
|
||||
- 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
|
||||
|
||||
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",
|
||||
"description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
|
||||
"author": "IO-Projects <contact@io-projects.com>",
|
||||
@ -22,7 +22,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"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": [
|
||||
"io-project",
|
||||
|
Loading…
Reference in New Issue
Block a user