Skip to content

Commit

Permalink
docs(readme): update CLI usage with ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Feb 1, 2022
1 parent 2481f89 commit 9dfdeab
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions readme.md
Expand Up @@ -49,15 +49,7 @@ Note: Please read some important instructions regarding the `project` option [he

There are [some more `parserOptions`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/README.md#configuration) you may care about.

If you're using ESLint v6 make sure you read about [the `--ext` command line option](https://eslint.org/docs/user-guide/command-line-interface#ext).

Example command line usage for ESLint v6:

```sh
$ npx eslint --ext .js,.ts .
```

Example command line usage for ESLint v7:
Example command line usage for ESLint v8:

```sh
$ npx eslint .
Expand Down

0 comments on commit 9dfdeab

Please sign in to comment.