Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(Page): updated props @thatblindgeye #568

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

thatblindgeye
Copy link
Collaborator

Closes #543

@@ -31,7 +31,7 @@ export async function genericRule({
// https://github.com/patternfly/patternfly-react/pull/${referencePR}
module.exports = {
meta: { fixable: 'code' },
create: function(context: { report: (arg0: { node: any; message: string; fix(fixer: any): any; }) => void; }) {
create: function(context: { report: (arg0: { node: any; message: string; fix?(fixer: any): any; }) => void; }) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Made the fix param optional since we don't need it for warning rules.

@wise-king-sullyman wise-king-sullyman merged commit e90502b into patternfly:main Feb 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Page - Penta updates
2 participants