From 5e98c60e3e48399f35579aa91d4da052ac77d42d Mon Sep 17 00:00:00 2001 From: Alexej Wolff Date: Mon, 4 May 2026 01:38:23 +0200 Subject: [PATCH] Clean up README --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index a2d7b9e..798f9be 100644 --- a/README.md +++ b/README.md @@ -63,26 +63,3 @@ server/ ## Лицензия MIT -import reactDom from 'eslint-plugin-react-dom' - -export default defineConfig([ - globalIgnores(['dist']), - { - files: ['**/*.{ts,tsx}'], - extends: [ - // Other configs... - // Enable lint rules for React - reactX.configs['recommended-typescript'], - // Enable lint rules for React DOM - reactDom.configs.recommended, - ], - languageOptions: { - parserOptions: { - project: ['./tsconfig.node.json', './tsconfig.app.json'], - tsconfigRootDir: import.meta.dirname, - }, - // other options... - }, - }, -]) -```