eslint-config/README.md

14 lines
273 B
Markdown

# 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
```