1.0.11 • Published 4 months ago
@uvarovag/eslint-config-feature-sliced-flat v1.0.11
@feature-sliced/eslint-config adapter for ESLint 9 Flat Config
Installation
To use this configuration in your project, install the required dependencies:
npm install --save-dev @uvarovag/eslint-config-feature-sliced-flat eslint@^9.20.1
Usage
Create a eslint.config.mjs
file
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]