@bit-ocean/eslint-config
Version:
Universal ESLint configuration.
28 lines (17 loc) • 569 B
Markdown
# @bit-ocean/eslint-config

> Universal ESLint configuration.
We use [`ESLint`](https://eslint.org/) for code linting. This package provides a universal configuration for all our projects.
## Installation
```bash
pnpm add -D eslint @bit-ocean/eslint-config
```
## Configuration
Create an `.eslintrc.json` file in the root of your project and add the following:
```json
{
"extends": "@bit-ocean"
}
```
## License
[MIT](/LICENSE) License © 2024 Bit Ocean