UNPKG

@bit-ocean/eslint-config

Version:
28 lines (17 loc) 569 B
# @bit-ocean/eslint-config ![npm](https://img.shields.io/npm/v/@bit-ocean/prettier-config?logo=prettier&label=prettier-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