Skip to content

Commit 08f2495

Browse files
committed
fix: typos and readability improved in eslint docs
1 parent 1adfd78 commit 08f2495

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/06-Code Quality/02-ESLint.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ Phoenix Code provides a comprehensive interface for identifying and resolving
1010
`ESLint` is only available in desktop apps. In Browsers, `JSHint` is the default
1111
linter for javascript files.
1212

13+
> On desktop, JavaScript is also checked by the [TypeScript language server](/docs/Features/js-ts-code-intelligence), and JSHint turns off automatically.
14+
1315
![image](https://github.com/phcode-dev/phoenix/assets/5336369/eb00691a-a0b4-4c1a-9209-d78fc7db764d)
1416

1517
### Basic Usage
1618

1719
To activate `ESLint`, the project must have a node `package.json` file with
18-
ESLint as a dependency. Opening or editing+saving a `js` or `jsx` file will lint
19-
the file with ESLint and .
20+
ESLint as a dependency. Opening a `js` or `jsx` file, or editing and saving it,
21+
lints the file and shows the results in the Problems panel.
2022

2123
#### Features
2224

@@ -42,7 +44,7 @@ Phoenix Code supports **ESLint versions 7 and above** only.
4244

4345
#### Q: Why is ESLint not working in my project.
4446

45-
Most problems are usually reported in the problesm panel itself. These are the
47+
Most problems are usually reported in the Problems panel itself. These are the
4648
most common errors:
4749

4850
1. Ensure that ESLint is listed in `dependencies` or `devDependencies` section

0 commit comments

Comments
 (0)