@uvarovag/eslint-config-feature-sliced-flat
Version:
@feature-sliced/eslint-config adapter for ESLint 9 Flat Config
22 lines (14 loc) • 579 B
Markdown
To use this configuration in your project, install the required dependencies:
```bash
npm install --save-dev @uvarovag/eslint-config-feature-sliced-flat eslint@^9.20.1
```
```js
import featureSlicedConfig from '@uvarovag/eslint-config-feature-sliced-flat'
// Import your custom project-specific ESLint 9 flat configuration
import projectSpecificConfig from 'project-config'
export default [...featureSlicedConfig, ...projectSpecificConfig]
```