Skip to content

Commit

Permalink
Merge branch 'master' into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Aug 9, 2023
2 parents 2f46a71 + 13acd75 commit f5cda6d
Show file tree
Hide file tree
Showing 6 changed files with 413 additions and 409 deletions.
Binary file added GraphQLConf-2023-Banner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![GraphQL Conf 2023](/GraphQLConf-2023-Banner.png)](https://graphql.org/conf/)

# GraphQL-ESLint

[![npm version](https://badge.fury.io/js/%40graphql-eslint%2Feslint-plugin.svg)](https://badge.fury.io/js/%40graphql-eslint%2Feslint-plugin)
Expand Down
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@eslint/js": "8.46.0",
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "8.46.0",
"eslint-config-prettier": "8.9.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.8"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"private": true,
"packageManager": "pnpm@8.6.11",
"packageManager": "pnpm@8.6.12",
"engines": {
"node": ">=16",
"pnpm": ">=8"
Expand All @@ -31,7 +31,7 @@
"@theguild/eslint-config": "0.11.0",
"@theguild/prettier-config": "1.2.0",
"@types/dedent": "0.7.0",
"@types/node": "18.17.1",
"@types/node": "18.17.4",
"bob-the-bundler": "7.0.1",
"chalk": "4.1.2",
"dedent": "1.5.1",
Expand Down

0 comments on commit f5cda6d

Please sign in to comment.