Skip to content

Commit

Permalink
chore: ignore eslint from renovate updates (#3706)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart authored Jan 8, 2024
1 parent e5b66da commit b2158da
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,29 @@
"rangeStrategy": "update-lockfile"
},
{
"matchPackageNames": ["@mdx-js/mdx", "@mdx-js/react", "@types/webpack", "webpack"],
"matchPackageNames": [
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"eslint",
"eslint-config-prettier",
"eslint-config-twilio-react",
"eslint-config-twilio-ts",
"eslint-plugin-cypress",
"eslint-plugin-eslint-comments",
"eslint-plugin-import",
"eslint-plugin-jest",
"eslint-plugin-jsx-a11y",
"eslint-plugin-prettier",
"eslint-plugin-promise",
"eslint-plugin-react",
"eslint-plugin-react-hooks",
"eslint-plugin-storybook",
"eslint-plugin-unicorn",
"@mdx-js/mdx",
"@mdx-js/react",
"@types/webpack",
"webpack"
],
"enabled": false
}
]
Expand Down

1 comment on commit b2158da

@vercel
Copy link

@vercel vercel bot commented on b2158da Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.