From 91daab15be02714102cb53d9c8dccd7382aebc49 Mon Sep 17 00:00:00 2001 From: Matthias Hecht Date: Fri, 17 Jan 2025 10:02:12 +0100 Subject: [PATCH] docs: remove additional buggy paragraph --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8ef2194..9d72340 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,6 @@ export default boehringer.config( This shared ESLint configuration is specifically tailored for [Next.js](https://nextjs.org/) projects. It extends the [react configuration](#react) and includes the [`@next/eslint-plugin-next`](https://nextjs.org/docs/app/api-reference/config/eslint) plugin with the recommended and [`core-web-vital`](https://nextjs.org/docs/app/api-reference/config/eslint#with-core-web-vitals) rule set. The configuration also adapts the rule `react-refresh/only-export-components` to be compatible with Next.js. -It - ### Playwright ```js