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
UPDATE 2025/3/5: The Lint Rules Contest is over! We received a bunch of great submissions (and some cheeky playful ones that made us smile)! Your lint plugins ranged from solving personal needs, to porting rules from ESLint, and more. Some notable ones to call out: @armaanas/no-empty-function: A simple rule that warns on any empty functions @sakgoyal/use-nullish: enforces the use of Nullish Coales
A prettier plugin to sort import declarations by provided Regular Expression order, while preserving side-effect import order. This project is based on @trivago/prettier-plugin-sort-imports, but adds additional features: Does not re-order across side-effect imports by default Combines imports from the same source Combines type and value imports (if importOrderTypeScriptVersion is set to "4.5.0" or
Contrast makes it easy to check the contrast ratios of colors as you work. Select a layer and Contrast will immediately look for the color directly behind your selection and serve up the contrast ratio along with passing and failing levels from the Web Content Accessibility Guidelines (WCAG). If ...
Provides functions to help TypeScript GraphQL client development including auto completion, query validation, type generation and so on. This plugin has the following features: As TypeScript Language Service extension: Completion suggestion Get GraphQL diagnostics Go to fragment definition Display GraphQL quick info within tooltip As CLI Generate ts type files from your GraphQL operations in your