Fix sentence case ESLint config for Obsidian review bot compliance#14
Fix sentence case ESLint config for Obsidian review bot compliance#14nilsandrey merged 6 commits intomainfrom
Conversation
Co-authored-by: nilsandrey <3579285+nilsandrey@users.noreply.github.com>
…om ignoreWords Co-authored-by: nilsandrey <3579285+nilsandrey@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adjusts the repository’s ESLint configuration to satisfy eslint-plugin-obsidianmd “sentence case for UI text” checks for Obsidian community review, by treating certain acronyms/proper nouns as allowed words.
Changes:
- Updates
obsidianmd/ui/sentence-caserule config to stop ignoringGUIDs(keepsUTC,ISO,Unix). - Updates
package-lock.jsonroot version value to1.0.3(matchingpackage.json).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package-lock.json | Updates the lockfile’s root version field to 1.0.3. |
| eslint.config.mjs | Adjusts sentence-case rule ignoreWords list and comment to target UTC/ISO/Unix only. |
| // These proper nouns and acronyms are not in the plugin's default list | ||
| ignoreWords: ["UTC", "ISO", "Unix"], |
There was a problem hiding this comment.
This PR’s description currently doesn’t include the required changelog markers / version-bump checkbox section used by the release workflow ( and with exactly one box checked). Without that, merging to main will cause the Release workflow to fail with “No version bump checkbox selected”. Please update the PR description to match the repository template so releases can be generated automatically.
There was a problem hiding this comment.
Updated the PR description to include the required <!--changelog-description-start/end--> and <!--changelog-type-start/end--> markers with the Patch checkbox checked.
Signed-off-by: Nils <nilsandrey@gmail.com>
Signed-off-by: Nils <nilsandrey@gmail.com>
Signed-off-by: Nils <nilsandrey@gmail.com>
Description
Fix sentence case ESLint config: remove redundant "GUIDs" from ignoreWords (handled by CamelCase detection), keeping UTC/ISO/Unix for Obsidian review bot compliance
Related Issues
Type of Change
Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.