File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ description: ESLint rules for Convex
77ESLint rules for Convex functions enforce best practices. Let us know if there's
88a rule you would find helpful!
99
10- <BetaAdmonition feature = " Convex ESLint rules" verb = " are" />
11-
1210## Setup
1311
1412For ESLint 9 (flat config, using ` eslint.config.js ` ), install the rules with:
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments