Skip to content

Commit

Permalink
Copy edit
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmutter committed Jun 4, 2023
1 parent aaefddb commit 59e43fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/integrate/integration-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You might want to create an ESLint integration if you're creating developer tool

* **Learning platforms**: If you are developing a learning platform or coding tutorial, integrating ESLint can provide real-time feedback to users as they learn JavaScript, helping them improve their coding skills and learn best practices.

* **Developer tool integration**: If you're creating a plugin for a developer tool, such as a bundler or testing framework, you may want to integrate ESLint to provide linting capabilities. You can integrate ESLint directly into the tool or as a plugin.
* **Developer tool integration**: If you're creating or extending a developer tool, such as a bundler or testing framework, you may want to integrate ESLint to provide linting capabilities. You can integrate ESLint directly into the tool or as a plugin.

## What You'll Build

Expand Down Expand Up @@ -52,7 +52,7 @@ Initialize the project with a `package.json` file:
npm init -y
```

Install the `eslint` package as a dependency (**not** a dev dependency):
Install the `eslint` package as a dependency (**not** as a dev dependency):

```shell
npm install eslint
Expand Down

0 comments on commit 59e43fc

Please sign in to comment.