Skip to content

Commit b679b4d

Browse files
committed
remove --ext
1 parent 2b64365 commit b679b4d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: README.md

-5
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)