Dimitri POSTOLOV
Dimitri POSTOLOV
fix TypeScript error - Type 'RuleContext' is not assignable to type 'GraphQLESLintRuleContext<[]>'.
fixes https://github.com/dimaMachina/graphql-eslint/issues/2844
fixes https://github.com/dimaMachina/graphql-eslint/issues/2103 cc @bmulholland
- [ ] generate id slug when there are Tabs.Tab#name - [ ] add invisible heading with tab name content
If monaco-editor is loaded from ESM based CDNs, shortcuts which contain `Cmd` will not works on Mac and instead you should use `Ctrl` even you are using mac device see...
### Please describe the feature that you want to propose With React 19, [UMD builds have been removed](https://react.dev/blog/2024/04/25/react-19-upgrade-guide#umd-builds-removed). The React team now recommends using ESM-based CDNs like [esm.sh](https://esm.sh).
### Please describe the feature that you want to propose To improve performance and re-rendering components. I successfully enhanced Nextra's and later GraphiQL's components/hooks by compiling source code with the...
also bumped eslint to the latest and use `eslint.config.ts`
nice-to-have plugin
remove unneeded `Promise.resolve` to simplify code