UNPKG

@o3r/eslint-config-otter

Version:

Recommended eslint configuration for Otter project

25 lines (17 loc) 996 B
<h1 align="center">Legacy Otter ESLint config</h1> <p align="center"> <img src="https://raw.githubusercontent.com/AmadeusITGroup/otter/main/assets/logo/otter.png" alt="Super cute Otter!" width="40%"/> </p> This package is an [Otter Framework Module](https://github.com/AmadeusITGroup/otter/tree/main/docs/core/MODULE.md). <br /> <br /> ## Description [![Stable Version](https://img.shields.io/npm/v/@o3r/eslint-config-otter?style=for-the-badge)](https://www.npmjs.com/package/@o3r/eslint-config-otter) [![Bundle Size](https://img.shields.io/bundlephobia/min/@o3r/eslint-config-otter?color=green&style=for-the-badge)](https://www.npmjs.com/package/@o3r/eslint-config-otter) Legacy ESLint configuration for an Otter project with [ESLint < 9](https://eslint.org/docs/latest/use/configure/configuration-files-deprecated). ## How to install ```shell ng add @o3r/eslint-config-otter ``` > [!WARNING] > This module requires [@o3r/core](https://www.npmjs.com/package/@o3r/core) to be installed.