Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-eslint-plugin to v5.5.1 (#…
Browse files Browse the repository at this point in the history
…1648)

* chore(deps): update dependency eslint-plugin-eslint-plugin to v5.5.1

* aa

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dimitri POSTOLOV <[email protected]>
  • Loading branch information
renovate[bot] and dimaMachina authored Jul 29, 2024
1 parent a563644 commit c3825a7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 31 deletions.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ module.exports = {
files: ['**/rules/*.ts'],
extends: ['plugin:eslint-plugin/rules-recommended'],
rules: {
'eslint-plugin/require-meta-docs-description': ['error', { pattern: '.+\\.$' }], // force to put a point at the end
'eslint-plugin/require-meta-docs-url': [
'error',
{ pattern: 'https://the-guild.dev/graphql/eslint/rules/{{name}}' },
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dedent": "1.5.3",
"enquirer": "2.4.1",
"eslint": "8.57.0",
"eslint-plugin-eslint-plugin": "5.0.7",
"eslint-plugin-eslint-plugin": "6.2.0",
"eslint-plugin-tailwindcss": "3.17.4",
"husky": "9.1.4",
"jest-snapshot-serializer-raw": "2.0.0",
Expand All @@ -54,7 +54,6 @@
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
}
Expand Down
1 change: 1 addition & 0 deletions packages/plugin/src/rules/require-selections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export type RuleOptions = FromSchema<typeof schema>;
export const rule: GraphQLESLintRule<RuleOptions, true> = {
meta: {
type: 'suggestion',
// eslint-disable-next-line eslint-plugin/require-meta-has-suggestions -- false positive since we assign `problem.suggest` conditionally
hasSuggestions: true,
docs: {
category: 'Operations',
Expand Down
36 changes: 8 additions & 28 deletions pnpm-lock.yaml

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

0 comments on commit c3825a7

Please sign in to comment.