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/troubleshooting/faqs/General.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ First make sure you've read the docs and understand ESLint configuration files:
15
15
-[Checkout ESLint's documentation on configuring rules](https://eslint.org/docs/latest/use/configure/rules) to ensure you understand how to configure rules.
16
16
17
17
Our [rule docs](/rules) detail the options each rule supports under the "Options" heading.
18
-
We use TypeScript types to describe an `Options` tuple type for the rule which you can use to configure the a rule.
18
+
We use TypeScript types to describe an `Options` tuple type for the rule which you can use to configure the rule.
19
19
In your config file the keys of the `rules` object are the names of the rules you wish to configure and the values follow the following form:
0 commit comments