Skip to content

Commit 4079167

Browse files
authored
add new rules to recommended configs, rename relay config to schema-relay (#1794)
* add * more * more * more * more * rename * rename * fix tests
1 parent 6593482 commit 4079167

File tree

157 files changed

+137
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+137
-95
lines changed
Lines changed: 17 additions & 0 deletions

.eslintrc.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
ignorePatterns: ['examples', 'packages/plugin/tests/__snapshots__'],
2+
ignorePatterns: ['examples', 'packages/plugin/__tests__/__snapshots__'],
33
extends: [
44
'@theguild',
55
'@theguild/eslint-config/json',
@@ -55,7 +55,7 @@ module.exports = {
5555
},
5656
},
5757
{
58-
files: ['**/tests/mocks/**/*.{ts,js}'],
58+
files: ['**/__tests__/mocks/**/*.{ts,js}'],
5959
rules: {
6060
'@typescript-eslint/no-unused-vars': 'off',
6161
},

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dist/
2-
packages/plugin/tests/__snapshots__/
2+
packages/plugin/__tests__/__snapshots__/
33
examples/prettier/invalid.graphql
44
examples/prettier/invalid.js
55
pnpm-lock.yaml

0 commit comments

Comments
 (0)