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:
committed by
Copybot
parent
f201e795c4
commit
ea7a9f3712
@@ -144,7 +144,7 @@ const bibEntryValidationRules = new Map<string, BibEntryValidationRule>([
|
||||
[
|
||||
'misc',
|
||||
{
|
||||
requiredAttributes: [['author', 'key'], 'note'],
|
||||
requiredAttributes: [['author', 'key']],
|
||||
},
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user