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
Copy file name to clipboardExpand all lines: docs/src/use/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ After that, you can run ESLint on any file or directory like this:
53
53
54
54
When you run `npm init @eslint/config`, terminal would provide you different options to create a config file `eslint.config.js` (or `eslint.config.mjs`) as per your need.
55
55
56
-
For example if you select *browser` and choose to install the `dependencies`, you will get a config like the one shown below.
56
+
For example if you select "browser" and choose to install the `dependencies`, you will get a config like the one shown below.
0 commit comments