We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b8633 commit b20f0e7Copy full SHA for b20f0e7
website/pages/docs/presets.mdx
@@ -1,10 +1,9 @@
1
-import { Tabs } from "nextra/components";
2
import { Info } from "#/components/callout";
3
import { Config, ESLintConfig } from "#/components/eslint-config";
4
5
## Presets
6
7
-The following presets are available in this plugin:
+The following presets are available in `@eslint-react/eslint-plugin`:
8
9
<ESLintConfig>
10
website/styles/overrides.scss
@@ -53,11 +53,10 @@
53
}
54
55
table {
56
- tbody {
57
- tr td code {
58
- font-family: var(--font-family-mono);
59
- white-space: nowrap;
60
- }
+ thead tr th code,
+ tbody tr td code {
+ font-family: var(--font-family-mono);
+ white-space: nowrap;
61
62
63
0 commit comments