Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1fa9833

Browse files
npm clarification
1 parent 8361374 commit 1fa9833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/03-code-quality/02-coding-style/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Most linters are integrated with editors: just enable the plugin in the editor a
295295
For instance, for ESLint you should do the following:
296296

297297
1. Install [Node.JS](https://nodejs.org/).
298-
2. Install ESLint with the command `npm install -g eslint` (npm is Node.JS package installer).
298+
2. Install ESLint with the command `npm install -g eslint` (npm is a JavaScript package installer).
299299
3. Create a config file named `.eslintrc` in the root of your JavaScript project (in the folder that contains all your files).
300300

301301
Here's an example of `.eslintrc`:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /