You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESLint comes with several built-in formatters to control the appearance of the linting results, and supports third-party formatters as well.
12
12
13
-
You can specify a formatter using the `--format` or `-f` flag in the CLI. For example, `--format json` uses the `json` formatter.
13
+
You can specify a formatter using the [`--format` or `-f`](../command-line-interface#-f---format) flag in the CLI. For example, `--format json` uses the `json` formatter.
14
14
15
15
The built-in formatter options are:
16
16
@@ -21,7 +21,7 @@ The built-in formatter options are:
21
21
22
22
## Example Source
23
23
24
-
Examples of each formatter were created from linting `fullOfProblems.js` using the `.eslintrc.json` configuration shown below.
24
+
Examples of each formatter were created from linting `fullOfProblems.js` using the `eslint.config.js` configuration shown below.
0 commit comments