From 7fe29ab9d8e57da185fa827798d811e0092391ce Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Mon, 10 Jun 2024 12:42:11 +0530 Subject: [PATCH 1/2] docs: update github syntax of note & warning --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e444de..20a4efa 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ or pnpm add -D eslint-webpack-plugin ``` -> **Note**: +> [!NOTE]: > > You also need to install `eslint >= 8` from npm, if you haven't already: @@ -72,13 +72,13 @@ module.exports = { You can pass [eslint options](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions). -> **Note** +> [!NOTE] > > The config option you provide will be passed to the `ESLint` class. > This is a different set of options than what you'd specify in `package.json` or `.eslintrc`. > See the [eslint docs](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions) for more details. -> **Warning**: +> [!WARNING]: > > In eslint-webpack-plugin version 1 the options were passed to the now deprecated [CLIEngine](https://eslint.org/docs/developer-guide/nodejs-api#cliengine). From 7151822370df5a62bc8cabf8d5a1f21f214d1175 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Mon, 10 Jun 2024 12:44:06 +0530 Subject: [PATCH 2/2] docs: update github syntax of note & warning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20a4efa..f199b49 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ or pnpm add -D eslint-webpack-plugin ``` -> [!NOTE]: +> [!NOTE] > > You also need to install `eslint >= 8` from npm, if you haven't already: @@ -78,7 +78,7 @@ You can pass [eslint options](https://eslint.org/docs/developer-guide/nodejs-api > This is a different set of options than what you'd specify in `package.json` or `.eslintrc`. > See the [eslint docs](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions) for more details. -> [!WARNING]: +> [!WARNING] > > In eslint-webpack-plugin version 1 the options were passed to the now deprecated [CLIEngine](https://eslint.org/docs/developer-guide/nodejs-api#cliengine).