From 9dfdeab1d49729978c8cbc795d3e7393844ef1f0 Mon Sep 17 00:00:00 2001 From: Divlo Date: Tue, 1 Feb 2022 20:05:41 +0100 Subject: [PATCH] docs(readme): update CLI usage with ESLint --- readme.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/readme.md b/readme.md index 85a6cd58..2708662c 100644 --- a/readme.md +++ b/readme.md @@ -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 .