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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> _A reasonable collection of *plugins* to use alongside your main esLint configuration._
4
4
5
-
This config is designed to be used alongside any of the major esLint configs, such as [airbnb](https://github.com/airbnb/javascript), [standard](https://github.com/standard/eslint-config-standard) or [eslint:recommended](https://eslint.org/docs/rules/). It provides a range of useful plugins that are often too timeconsuming to setup and provides an easy way to install just the plugins you need, based on your project's dependancies.
5
+
This config is designed to be used alongside any of the major esLint configs, such as [airbnb](https://github.com/airbnb/javascript), [standard](https://github.com/standard/eslint-config-standard) or [eslint:recommended](https://eslint.org/docs/rules/). It provides a range of useful plugins that are often too time-consuming to setup and provides an easy way to install just the plugins you need, based on your project's dependencies.
6
6
7
7
## Install
8
8
@@ -22,7 +22,7 @@ Extend your `.eslintrc`, with `adjunct`, which should be the last item in the `e
22
22
}
23
23
```
24
24
25
-
You can now include `html`, `json` and `markdown` in the list of files passed to esLint to have any contained JavaScript linted.
25
+
You can now include `html`, `json` and `markdown` in the list of files passed to `eslint` to lint any JavaScript contained.
26
26
27
27
```json
28
28
{
@@ -35,7 +35,7 @@ You can now include `html`, `json` and `markdown` in the list of files passed to
35
35
36
36
## Install Dependencies
37
37
38
-
After you have configured eslint to include this package, the first time you run `eslint` it will output the `npm` command to install the dependancies required for your project. Cut'n'paste this command into the console, and you are then ready to start linting.
38
+
After you have configured `eslint` to include this package, the first time you run `eslint` it will output the `npm` command to install the dependencies required for your project. Cut'n'paste this command into the console, and you are then ready to start linting.
39
39
40
40
## Plugins
41
41
@@ -71,7 +71,7 @@ These plugins will be loaded in based on your project `dependencies` in `package
71
71
72
72
### Prettier
73
73
74
-
If prettier is installed, any rules that may conflict with Prettier will be disabled. The plugin should read you Prettier config from your projects route.
74
+
If prettier is installed, any rules that may conflict with Prettier will be disabled. The plugin should read you Prettier config from your project's root.
0 commit comments