Skip to content

Commit

Permalink
fix: use legacy configs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshTheWanderer committed Jul 10, 2024
1 parent e95cc98 commit 34fde89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ pull_request_rules:
- author~=^dependabot(|-preview)\[bot\]$
- check-success=SonarCloud Code Analysis
- check-success~=^security/snyk
- check-success=🧹 Lint
- check-success=🧹 Lint (18)
- check-success=🧹 Lint (20)
- check-success=🧹 Lint (21)
- check-success=CodeQL
- label!=wontfix
actions:
review:
Expand All @@ -19,7 +22,10 @@ pull_request_rules:
- and:
- check-success~=^security/snyk
- check-success=SonarCloud Code Analysis
- check-success=🧹 Lint
- check-success=🧹 Lint (18)
- check-success=🧹 Lint (20)
- check-success=🧹 Lint (21)
- check-success=CodeQL
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
actions:
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module.exports = {
'next/core-web-vitals',
'plugin:@typescript-eslint/recommended',
'plugin:storybook/recommended',
'plugin:security/recommended',
'plugin:security/recommended-legacy',
'plugin:import/recommended',
'plugin:import/typescript',
'plugin:prettier/recommended',
'plugin:jsx-a11y/strict',
'plugin:json/recommended',
'plugin:json/recommended-legacy',
'plugin:you-dont-need-lodash-underscore/compatible',
'plugin:yml/standard',
'plugin:yml/prettier',
Expand Down

0 comments on commit 34fde89

Please sign in to comment.