Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Trotta <[email protected]>
  • Loading branch information
softius and fasttime committed Aug 16, 2024
1 parent 46cf6ae commit a94a50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designs/2024-baseline-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ eslint --suppress-rule '@typescript-eslint/no-explicit-any' --suppress-rul '@typ

### Changing the location of the suppressions file

A new option `--suppression-location` will be introduced to ESLint CLI. When provided, the suppressions file will be loaded and saved to the provided location. Note that this is a string flag option (value is required).
A new option `--suppressions-location` will be introduced to ESLint CLI. When provided, the suppressions file will be loaded and saved to the provided location. Note that this is a string flag option (value is required).

``` bash
eslint --suppress-all --suppressions-location /home/user/project/mycache ./src
Expand Down

0 comments on commit a94a50d

Please sign in to comment.