Skip to content

Commit 88a6391

Browse files
authored
fix bug report repo example link (#2765)
* fix bug report repo example link * upd * fix * prettier
1 parent baba639 commit 88a6391

File tree

15 files changed

+32
-26
lines changed

15 files changed

+32
-26
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"changelog": [
1010
"@changesets/changelog-github",
1111
{
12-
"repo": "B2o5T/graphql-eslint"
12+
"repo": "dimaMachina/graphql-eslint"
1313
}
1414
],
1515
"snapshot": {

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: [B2o5T]
1+
github: [dimaMachina]

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ _Progress of the issue based on the
1212

1313
- [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox
1414

15-
> For example, you can start off by editng the
16-
> ['basic' example on Stackblitz](https://stackblitz.com/github/B2o5T/graphql-eslint/tree/master/examples/basic).
15+
> For example, you can start off by editing the
16+
> ['basic' example on Stackblitz](https://stackblitz.com/github/dimaMachina/graphql-eslint/tree/master/examples/graphql-config).
1717

1818
> Please make sure the graphql-eslint version under `package.json` matches yours.
1919

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Have a question?
4-
url: https://github.com/B2o5T/graphql-eslint/discussions/new
4+
url: https://github.com/dimaMachina/graphql-eslint/discussions/new
55
about:
66
Not sure about something? need help from the community? have a question to our team? please
77
ask and answer questions here.

examples/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@graphql-eslint/example-code-file",
33
"version": "0.0.0",
44
"type": "module",
5-
"repository": "https://github.com/B2o5T/graphql-eslint",
5+
"repository": "https://github.com/dimaMachina/graphql-eslint",
66
"author": "Dotan Simha <[email protected]>",
77
"private": true,
88
"scripts": {

examples/graphql-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@graphql-eslint/example-graphql-config",
33
"version": "0.0.0",
44
"type": "module",
5-
"repository": "https://github.com/B2o5T/graphql-eslint",
5+
"repository": "https://github.com/dimaMachina/graphql-eslint",
66
"author": "Dotan Simha <[email protected]>",
77
"private": true,
88
"scripts": {
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@eslint/js": "9.15.0",
16-
"@graphql-eslint/eslint-plugin": "workspace:*",
16+
"@graphql-eslint/eslint-plugin": "4.0.0-alpha.16",
1717
"eslint": "9.15.0"
1818
}
1919
}

examples/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@graphql-eslint/example-prettier",
33
"version": "0.0.0",
44
"type": "module",
5-
"repository": "https://github.com/B2o5T/graphql-eslint",
5+
"repository": "https://github.com/dimaMachina/graphql-eslint",
66
"author": "JounQin <[email protected]>",
77
"private": true,
88
"scripts": {

examples/programmatic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@graphql-eslint/example-programmatic",
33
"version": "0.0.0",
44
"type": "module",
5-
"repository": "https://github.com/B2o5T/graphql-eslint",
5+
"repository": "https://github.com/dimaMachina/graphql-eslint",
66
"author": "Dotan Simha <[email protected]>",
77
"private": true,
88
"scripts": {

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-eslint-monorepo",
33
"type": "module",
4-
"repository": "https://github.com/B2o5T/graphql-eslint",
4+
"repository": "https://github.com/dimaMachina/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",
77
"private": true,
@@ -54,6 +54,9 @@
5454
"patchedDependencies": {
5555
"eslint": "patches/eslint.patch",
5656
57+
},
58+
"overrides": {
59+
"@graphql-eslint/eslint-plugin": "workspace:*"
5760
}
5861
}
5962
}

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.0.0-alpha.16",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
6-
"repository": "https://github.com/B2o5T/graphql-eslint",
6+
"repository": "https://github.com/dimaMachina/graphql-eslint",
77
"author": "Dotan Simha <[email protected]>",
88
"license": "MIT",
99
"engines": {

0 commit comments

Comments
 (0)