Skip to content

Commit 05fba13

Browse files
Improve sentence grammar in 'Reporting rules' section in User Guide by adding missing hyphen
1 parent edf43ff commit 05fba13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747
See [the rule list](../rules/README.md) to get the `extends` & `rules` that this plugin provides.
4848

4949
:::warning Reporting rules
50-
By default all rules from **base** and **essential** categories report ESLint errors. Other rules - because they're not covering potential bugs in the application report warnings. What does it mean? By default - nothing, but if you want - you can set up a treshold and break the build after a certain amount of warnings, instead of any. More informations [here](https://eslint.org/docs/user-guide/command-line-interface#handling-warnings).
50+
By default all rules from **base** and **essential** categories report ESLint errors. Other rules - because they're not covering potential bugs in the application - report warnings. What does it mean? By default - nothing, but if you want - you can set up a treshold and break the build after a certain amount of warnings, instead of any. More informations [here](https://eslint.org/docs/user-guide/command-line-interface#handling-warnings).
5151
:::
5252

5353
### Running ESLint from command line

0 commit comments

Comments
 (0)