Excludes conflicting and orphaned files from the front-matter linter.
Motivation
This was the reason why the checks in https://github.com/mdn/translated-content/pull/20368 were failing. (An orphaned file included wrongly-formatted frontmatter – see this fix – that would be corrected from prettier, but orphaned files are in the prettierignore.)
Description
Excludes conflicting and orphaned files from the front-matter linter.
Motivation
This was the reason why the checks in https://github.com/mdn/translated-content/pull/20368 were failing. (An orphaned file included wrongly-formatted frontmatter – see this fix – that would be corrected from prettier, but orphaned files are in the prettierignore.)
Additional details
Related issues and pull requests