eslint-config/README.md

14 lines
273 B
Markdown
Raw Normal View History

2023-04-12 18:36:46 +02:00
# ioprojects-ui-eslint
2023-06-27 18:44:40 +02:00
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
```