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

refactor: enable '@typescript-eslint/consistent-indexed-object-style' ESLint rule #3231

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Blackbaud-SteveBrush
Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush commented Mar 11, 2025

This enforces the use of Record instead of index signature objects and gives our documentation more consistency.

Copy link

nx-cloud bot commented Mar 11, 2025

View your CI Pipeline Execution ↗ for commit e474816.

Command Status Duration Result
nx build code-examples-playground --baseHref=ht... ✅ Succeeded 2m 3s View ↗
nx build integration --baseHref=https://blackba... ✅ Succeeded 12s View ↗
nx build playground --baseHref=https://blackbau... ✅ Succeeded 13s View ↗

☁️ Nx Cloud last updated this comment at 2025-03-12 14:18:46 UTC

@Blackbaud-SteveBrush Blackbaud-SteveBrush added the risk level (author): 1 No additional bugs expected from this change label Mar 12, 2025
{
files: ['**/*.ts'],
rules: {
'@angular-eslint/prefer-standalone': 'warn',
'@angular-eslint/prefer-standalone': 'off',
Copy link
Member Author

Choose a reason for hiding this comment

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

Squeezing this "fix" in here, too.

Copy link
Member

Choose a reason for hiding this comment

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

Thank you!

@Blackbaud-SteveBrush Blackbaud-SteveBrush marked this pull request as ready for review March 12, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
risk level (author): 1 No additional bugs expected from this change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants