Skip to content

Commit 315fe0e

Browse files
authored
docs: enhance readme.md (#168)
1 parent 125becf commit 315fe0e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ or
3636
pnpm add -D eslint-webpack-plugin
3737
```
3838

39-
**Note**: You also need to install `eslint >= 7` from npm, if you haven't already:
39+
> **Note**
40+
>
41+
> You also need to install `eslint >= 7` from npm, if you haven't already:
4042
4143
```console
4244
npm install eslint --save-dev
@@ -70,11 +72,15 @@ module.exports = {
7072

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

73-
Note that the config option you provide will be passed to the `ESLint` class.
75+
> **Note**
76+
>
77+
> The config option you provide will be passed to the `ESLint` class.
7478
This is a different set of options than what you'd specify in `package.json` or `.eslintrc`.
7579
See the [eslint docs](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions) for more details.
7680

77-
**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).
81+
> **Warning**:
82+
>
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).
7884
7985
### `context`
8086

0 commit comments

Comments
 (0)