Dimitri POSTOLOV

Results 202 issues of Dimitri POSTOLOV

**Describe the bug** When using default export import comment like this `#import "./ProfileForm.graphql"` works perfectly fine, but when we add a space before `import` and after `#` there is an...

bug

Extend below configs: - `eslint:recommended` - `plugin:@typescript-eslint/recommended` - `plugin:import/recommended` - `plugin:import/typescript` - `prettier`

kind/enhancement

Currently using `typedoc-plugin-markdown` with MDX2 can't be possible as starting from MDX2 it's necessary to escape `{` and `' : '>'}`); + title.push(`\\`); // Escape ` { const typeParams =...

next

Hi George, can you update your extension to solve this problem ? 🙏https://github.com/microsoft/vscode/issues/69824 Thanks

`alphabetize` rule is so powerful rule, that can sort all things in GraphQL But in the types, we want that `id` field always comes first cc @dotansimha

kind/enhancement

in GraphQL Hive we have a convention of naming operations -> prefix them with `mutation.*`, `query.* `https://github.com/kamilkisiela/graphql-hive/tree/main/packages/web/app/src/graphql Current rule support only `suffix` option https://github.com/B2o5T/graphql-eslint/blob/master/packages/plugin/src/rules/match-document-filename.ts#L23-L26 cc @dotansimha

kind/enhancement

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: x64 Version: Darwin...

template: bug