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
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ apm install linter-eslint
17
17
use it if it's available. If none is found it will fall back to the version it
18
18
ships with.
19
19
20
-
Lets say you depend on a specific version of `eslint`, maybe it has unreleased
21
-
features, maybe it's just newer than what `linter-eslint` ships with. If
20
+
Let's say you depend on a specific version of `eslint`. Maybe it has unreleased
21
+
features or maybe it's newer than what `linter-eslint` ships with. If
22
22
`your-project/node_modules/eslint` exists `linter-eslint` will be used.
23
23
This package requires an `eslint` of at least v1.0.0.
24
24
25
-
Note that if you do not have the `linter` package installed it will be
25
+
If you do not have the `linter` package installed, it will be
26
26
installed
27
-
for you. If you are using an alternative `linter-*` consumer feel free
28
-
to disable the `linter` package.
27
+
for you. If you are using an alternative `linter-*` consumer,
28
+
the `linter` package can be disabled.
29
29
30
30
## Use with plugins
31
31
@@ -43,7 +43,7 @@ You have two options:
43
43
44
44
## Using ESLint
45
45
46
-
Note that recent versions of ESLint do not use any rules by-default. This
46
+
Note that recent versions of ESLint do not use any rules bydefault. This
47
47
means you have to specify a configuration file for your project!
48
48
49
49
To do this in a straightforward way run this:
@@ -62,10 +62,10 @@ If Use Global is on, Atom will use the global ESLint. The path to it is figured
62
62
63
63
If Use Global is off, Atom will try to find a local installation in the project folder, look if there's ESLint in `${PROJECT_ROOT}/node_modules` and use it if found.
64
64
65
-
The path to the local node_modules folder can be a path relative to the project or an absolute path and should end in /node_modules/. This path is used if the other methods of discovery have failed.
65
+
The path to the local node_modules folder can be a path relative to the project or an absolute path and should end in `/node_modules/`. This path is used if the other methods of discovery have failed.
66
66
67
67
If there is no local installation Atom will use the built-in ESLint in the linter-eslint package itself.
68
68
69
69
## Contributing
70
70
71
-
See the [contributing guidelines](./CONTRIBUTING.md) to get started
71
+
See the [contributing guidelines](./CONTRIBUTING.md) to get started.
0 commit comments