Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b679b4d

Browse files
committedFeb 9, 2025·
remove --ext
1 parent 2b64365 commit b679b4d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ npm install --save-dev eslint svelte-eslint-parser
4848

4949
## Usage
5050

51-
1. In your ESLint config, set the `parser` option to `svelte-eslint-parser`.
52-
2. Use glob patterns or the `--ext .svelte` CLI option to include `.svelte` files.
53-
5451
### ESLint Config (`eslint.config.js`)
5552

5653
```js
@@ -80,8 +77,6 @@ export default [
8077

8178
```bash
8279
eslint "src/**/*.{js,svelte}"
83-
# or
84-
eslint src --ext .svelte
8580
```
8681

8782
---

0 commit comments

Comments
 (0)
Please sign in to comment.