mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02:00
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
14f6f05792
commit
2bfad8e89b
@@ -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