Skip to content

Commit

Permalink
Merge pull request #190 from storybookjs/docs/readme-flat-config-mention
Browse files Browse the repository at this point in the history
docs: Explicitly mention flat config for findability
  • Loading branch information
kasperpeulen authored Feb 12, 2025
2 parents 3e61b84 + 55808f8 commit a515019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Optionally, you can override, add or disable rules settings. You likely don't wa

### Configuration (`eslint.config.[c|m]?js`)

Use `eslint.config.[c|m]?js` file to configure rules. This is the default in ESLint v9, but can be used starting from ESLint v8.57.0. See also: https://eslint.org/docs/latest/use/configure/configuration-files-new.
Use `eslint.config.[c|m]?js` file to configure rules using the [flat config style](https://eslint.org/docs/latest/use/configure/configuration-files-new). This is the default in ESLint v9, but can be used starting from ESLint v8.57.0. See also: https://eslint.org/docs/latest/use/configure/configuration-files-new.

```js
import storybook from 'eslint-plugin-storybook'
Expand Down

0 comments on commit a515019

Please sign in to comment.