You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ or
36
36
pnpm add -D eslint-webpack-plugin
37
37
```
38
38
39
-
> **Note**:
39
+
> [!NOTE]
40
40
>
41
41
> You also need to install `eslint >= 8` from npm, if you haven't already:
42
42
@@ -72,13 +72,13 @@ module.exports = {
72
72
73
73
You can pass [eslint options](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions).
74
74
75
-
> **Note**
75
+
> [!NOTE]
76
76
>
77
77
> The config option you provide will be passed to the `ESLint` class.
78
78
> This is a different set of options than what you'd specify in `package.json` or `.eslintrc`.
79
79
> See the [eslint docs](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions) for more details.
80
80
81
-
> **Warning**:
81
+
> [!WARNING]
82
82
>
83
83
> In eslint-webpack-plugin version 1 the options were passed to the now deprecated [CLIEngine](https://eslint.org/docs/developer-guide/nodejs-api#cliengine).
0 commit comments