Skip to content

Commit d0a3f11

Browse files
authored
docs: update github syntax of note & warning (#258)
1 parent 26bae82 commit d0a3f11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ or
3636
pnpm add -D eslint-webpack-plugin
3737
```
3838

39-
> **Note**:
39+
> [!NOTE]
4040
>
4141
> You also need to install `eslint >= 8` from npm, if you haven't already:
4242
@@ -72,13 +72,13 @@ module.exports = {
7272

7373
You can pass [eslint options](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions).
7474

75-
> **Note**
75+
> [!NOTE]
7676
>
7777
> The config option you provide will be passed to the `ESLint` class.
7878
> This is a different set of options than what you'd specify in `package.json` or `.eslintrc`.
7979
> See the [eslint docs](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions) for more details.
8080
81-
> **Warning**:
81+
> [!WARNING]
8282
>
8383
> In eslint-webpack-plugin version 1 the options were passed to the now deprecated [CLIEngine](https://eslint.org/docs/developer-guide/nodejs-api#cliengine).
8484

0 commit comments

Comments
 (0)