From 60df249303064ec5612568c6fb7e5f9ab6105871 Mon Sep 17 00:00:00 2001 From: Sergey Kozlov Date: Thu, 17 Apr 2025 10:22:42 +0400 Subject: [PATCH] Update README.md removes invalid comment - there is no ".eslintignore" in the flat configuration --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ec14616..605a52f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ If you are using [flat config style](https://eslint.org/docs/latest/use/configur export default [ // ... { - // Inside your .eslintignore file ignores: ['!.storybook'], }, ]