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

Fix linting in docs-react #8

Merged
merged 6 commits into from
Nov 29, 2024
Merged

Fix linting in docs-react #8

merged 6 commits into from
Nov 29, 2024

Conversation

BelfordZ
Copy link
Member

No description provided.

- Remove unused imports (JSONSchema, ReactMarkdown)%0A- Add proper typing for uiSchema prop%0A- Fix type mismatch with JSONSchemaTree component
Replace empty object type ({}) with Record<string, never> for component state type to fix typescript-eslint ban-types error
Replace deprecated componentWillMount with componentDidMount
Replace children prop with nested content in SyntaxHighlighter
Add key prop to ExamplePairings component and remove unnecessary keys from Typography components
Replace require statement with proper import for hash-color-material
@BelfordZ BelfordZ changed the title Fix linting Fix linting in docs-react Nov 29, 2024
@BelfordZ BelfordZ merged commit 6c4c2ca into master Nov 29, 2024
0 of 3 checks passed
@BelfordZ BelfordZ deleted the fix-linting branch November 29, 2024 01:12
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.

2 participants