# eslint-plugin

ESLint plugin for Jupyter core and extensions with early error catching and best practices enforcement.

## Installation

```bash
npm install --save-dev @jupyter/eslint-plugin
```

## Usage

Add `@jupyter/eslint-plugin` to the plugins section of your ESLint configuration. For detailed usage instructions and available rules, see the [documentation](https://eslint-plugin.readthedocs.io/en/latest/).

## License

BSD 3-Clause
