Skip to content

Commit c2e1c54

Browse files
NicolappsConvex, Inc.
authored andcommitted
docs: Put the ESLint plugin out of beta (#42127)
GitOrigin-RevId: f6c567b1d5526f6ec13f156fb0384de6acd9cbb2
1 parent dee3e2e commit c2e1c54

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

npm-packages/docs/docs/eslint.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ description: ESLint rules for Convex
77
ESLint rules for Convex functions enforce best practices. Let us know if there's
88
a rule you would find helpful!
99

10-
<BetaAdmonition feature="Convex ESLint rules" verb="are" />
11-
1210
## Setup
1311

1412
For ESLint 9 (flat config, using `eslint.config.js`), install the rules with:

npm-packages/docs/src/css/custom.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -982,22 +982,6 @@ html[data-theme="dark"] .convex-menu-header {
982982
margin-left: 0.8em;
983983
}
984984

985-
.convex-sidebar-eslint .menu__link:after {
986-
font-weight: 400;
987-
font-size: 0.6em;
988-
margin-left: 1em;
989-
content: "Beta";
990-
border-radius: 10px;
991-
border: solid 1px gray;
992-
padding: 2px 8px;
993-
float: right;
994-
}
995-
996-
.convex-sidebar-eslint .menu__link--active:after {
997-
/* shift left to compensate for text to the left being bold */
998-
margin-left: 0.88em;
999-
}
1000-
1001985
.convex-sidebar-svelte {
1002986
--convex-icon: url("../../static/img/sidebar-icons/svelte.svg");
1003987
}

0 commit comments

Comments
 (0)