Skip to content

Commit

Permalink
chore: graphql validation and autocomplete (#43)
Browse files Browse the repository at this point in the history
* chore: graphql validation and autocomplete

* chore: revert js override

* build: update distributable

* build: update distributable
  • Loading branch information
sparten11740 authored Mar 25, 2024
1 parent 3828ca7 commit d411cf4
Show file tree
Hide file tree
Showing 11 changed files with 63,646 additions and 580 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
module.exports = {
extends: '@exodus/eslint-config/javascript',
overrides: [
{
files: ['*.graphql'],
parserOptions: {
schema: './tools/schemas/github.graphql',
operations: ['./src/**/*.ts']
},
extends: ['plugin:@graphql-eslint/operations-recommended'],
rules: {
'@graphql-eslint/executable-definitions': 'off',
'@graphql-eslint/require-id-when-available': 'off',
}
},
{
files: ['*.{ts,tsx}'],
processor: '@graphql-eslint/graphql',
extends: '@exodus/eslint-config/typescript',
parserOptions: {
project: ['./tsconfig.test.json'],
Expand Down
51 changes: 25 additions & 26 deletions dist/publish/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/publish/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit d411cf4

Please sign in to comment.