From 2c30a9fcb16f482ba5ae05fb5c5bc3b509204f4f Mon Sep 17 00:00:00 2001 From: Nishant Kohli Date: Mon, 21 Oct 2024 19:00:08 +0530 Subject: [PATCH] v2.1.0_readme : Update packages README (#17) --- packages/eslint-config/README.md | 4 ++-- packages/eslint-flat-config/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/eslint-config/README.md b/packages/eslint-config/README.md index 7461690..800928c 100644 --- a/packages/eslint-config/README.md +++ b/packages/eslint-config/README.md @@ -9,6 +9,6 @@ **A set of developer-friendly [eslint](https://eslint.org/), [stylistic](https://eslint.style/), [typescript](https://www.typescriptlang.org/) and [accessibility](https://developer.mozilla.org/en-US/docs/Learn/Accessibility/What_is_accessibility) configuration rules to help you and fellow developers follow the industry-recommended coding practices for easier readability, maintenance and productivity !** > [!NOTE] ->This package is compatible with eslint `8.57.0` or below. For eslint `9.0.0` or above check [@nish1896/eslint-flat-config](https://www.npmjs.com/package/@nish1896/eslint-flat-config). +>This package is compatible with eslint `8.57.0` or below. For usage with eslint `9.0.0` or above check [@nish1896/eslint-flat-config](https://www.npmjs.com/package/@nish1896/eslint-flat-config). -For comprehensive details on installation, setup, rules, and usage, please refer to the [documentation](https://www.npmjs.com/package/@nish1896/eslint-flat-config). +For comprehensive details on installation, setup, rules, and usage, please refer to the [documentation](https://nish1896-eslint-config.vercel.app/). diff --git a/packages/eslint-flat-config/README.md b/packages/eslint-flat-config/README.md index 3acbd56..98b8299 100644 --- a/packages/eslint-flat-config/README.md +++ b/packages/eslint-flat-config/README.md @@ -9,7 +9,7 @@ **A set of developer-friendly [eslint](https://eslint.org/), [stylistic](https://eslint.style/), [typescript](https://www.typescriptlang.org/) and [accessibility](https://developer.mozilla.org/en-US/docs/Learn/Accessibility/What_is_accessibility) configuration rules to help you and fellow developers follow the industry-recommended coding practices for easier readability, maintenance and productivity !** > [!NOTE] ->This package is compatible with eslint `9.0.0` or above. For eslint `8.57.0` or below check [@nish1896/eslint-config](https://www.npmjs.com/package/@nish1896/eslint-config). +>This package is compatible with eslint `9.0.0` or above. For usage with eslint `8.57.0` or below check [@nish1896/eslint-config](https://www.npmjs.com/package/@nish1896/eslint-config). -For comprehensive details on installation, setup, rules, and usage, please refer to the [documentation](https://www.npmjs.com/package/@nish1896/eslint-flat-config). +For comprehensive details on installation, setup, rules, and usage, please refer to the [documentation](https://nish1896-eslint-config.vercel.app/).