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 f201e795c4
commit ea7a9f3712

View file

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