@o3r/eslint-config
provides two different ESLint configurations:
Example of configuration:
Example :import o3rConfig from '@o3r/eslint-config';
export default [
...o3rConfig,
{
name: 'my-project-rules',
rules: {
// ...
}
}
];
When a rule is set to warn
in our config, it will be set to error
on the next major.