Skip to content

Commit

Permalink
remove --ext
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama committed Feb 9, 2025
1 parent 2b64365 commit b679b4d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ npm install --save-dev eslint svelte-eslint-parser

## Usage

1. In your ESLint config, set the `parser` option to `svelte-eslint-parser`.
2. Use glob patterns or the `--ext .svelte` CLI option to include `.svelte` files.

### ESLint Config (`eslint.config.js`)

```js
Expand Down Expand Up @@ -80,8 +77,6 @@ export default [

```bash
eslint "src/**/*.{js,svelte}"
# or
eslint src --ext .svelte
```

---
Expand Down

0 comments on commit b679b4d

Please sign in to comment.