Skip to content

Commit e83e399

Browse files
author
harish-sethuraman
authored
chore: fix typo (#128)
1 parent 6befcea commit e83e399

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ module.exports = {
4343

4444
## Options
4545

46-
You can pass [eslint options](https://eslint.org/docs/developer-guide/nodejs-api#%E2%97%86-new-eslint-options).
46+
You can pass [eslint options](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions).
4747

4848
Note that the config option you provide will be passed to the `ESLint` class.
4949
This is a different set of options than what you'd specify in `package.json` or `.eslintrc`.
50-
See the [eslint docs](https://eslint.org/docs/developer-guide/nodejs-api#%E2%97%86-new-eslint-options) for more details.
50+
See the [eslint docs](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions) for more details.
5151

5252
**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).
5353

@@ -63,7 +63,7 @@ A string indicating the root of your files.
6363
- Type: `String`
6464
- Default: `eslint`
6565

66-
Path to `eslint` instance that will be used for linting. If the `eslintPath` is a folder like a official eslint, or specify a `formatter` option. now you dont have to install `eslint`.
66+
Path to `eslint` instance that will be used for linting. If the `eslintPath` is a folder like a official eslint, or specify a `formatter` option. now you don't have to install `eslint`.
6767

6868
### `extensions`
6969

@@ -85,15 +85,15 @@ Specify the files and/or directories to exclude. Must be relative to `options.co
8585
- Default: `null`
8686

8787
Specify directories, files, or globs. Must be relative to `options.context`.
88-
Directories are traveresed recursively looking for files matching `options.extensions`.
88+
Directories are traversed recursively looking for files matching `options.extensions`.
8989
File and glob patterns ignore `options.extensions`.
9090

9191
### `fix`
9292

9393
- Type: `Boolean`
9494
- Default: `false`
9595

96-
Will enable [ESLint autofix feature](https://eslint.org/docs/developer-guide/nodejs-api#%E2%97%86-eslint-outputfixes-results).
96+
Will enable [ESLint autofix feature](https://eslint.org/docs/developer-guide/nodejs-api#-eslintoutputfixesresults).
9797

9898
**Be careful: this option will change source files.**
9999

0 commit comments

Comments
 (0)