Skip to content

Conversation

@AdamVig
Copy link
Member

@AdamVig AdamVig commented Nov 7, 2025

* feat: add ignoreCommentContent options in indent

* add tests

* add options doc

* Update indent.js

* update

* Update indent.md
Copilot AI review requested due to automatic review settings November 7, 2025 22:10
@AdamVig AdamVig self-assigned this Nov 7, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the project to version 0.48.0 and introduces a new ignoreComment option for the indent rule that allows HTML comment indentation to be skipped during linting.

Key changes:

  • Version bumped from 0.47.x to 0.48.0 across all packages
  • Added ignoreComment option to the indent rule configuration
  • Refactored comment indentation logic into a separate visitor that can be conditionally applied

Reviewed Changes

Copilot reviewed 13 out of 14 changed files in this pull request and generated no comments.

Show a summary per file
File Description
lerna.json Updated root version to 0.48.0
packages/website/package.json Bumped version and updated dependency references to 0.48.0
packages/web-linter/package.json Bumped version to 0.48.0
packages/types/package.json Bumped version to 0.48.0
packages/template-syntax-parser/package.json Bumped version and updated dependency reference to 0.48.0
packages/template-parser/package.json Bumped version and updated dependency reference to 0.48.0
packages/parser/package.json Bumped version and updated dependency references to 0.48.0
packages/integration-test/package.json Bumped version to 0.48.0
packages/eslint-plugin/package.json Bumped version and updated dependency references to 0.48.0
packages/cli/package.json Bumped version and updated dependency references to 0.48.0
packages/eslint-plugin/lib/rules/indent/indent.js Added ignoreComment option and refactored comment visitor to be conditionally applied
packages/eslint-plugin/tests/rules/indent.test.js Added test cases for the new ignoreComment option
docs/rules/indent.md Documented the new ignoreComment option

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@AdamVig AdamVig merged commit 07b4c82 into main Nov 7, 2025
@AdamVig AdamVig deleted the sync-fork branch November 7, 2025 22:16
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.

3 participants