@o3r/eslint-config
v14.5.1
Published
Recommended eslint v9+ configuration for Otter project
Readme
This package is an Otter Framework Module.
Description
Recommended ESLint configuration for an Otter project with ESLint FlatConfig.
How to install
ng add @o3r/eslint-configHow to use
Example of configuration:
import o3rConfig from '@o3r/eslint-config';
export default [
...o3rConfig,
{
name: 'my-project-rules',
rules: {
// ...
}
}
];