Merge pull request #19343 from overleaf/mj-bibtex-linter-misc

[cm6] Dont require note field in misc bib entry

GitOrigin-RevId: 9774c40986eaa3520ec22b975b09beebae9ab79a
This commit is contained in:
Mathias Jakobsen
2024-07-10 09:44:34 +01:00
committed by Copybot
parent 14f6f05792
commit 2bfad8e89b

View File

@@ -144,7 +144,7 @@ const bibEntryValidationRules = new Map<string, BibEntryValidationRule>([
[
'misc',
{
requiredAttributes: [['author', 'key'], 'note'],
requiredAttributes: [['author', 'key']],
},
],
[