mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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:
parent
f201e795c4
commit
ea7a9f3712
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ const bibEntryValidationRules = new Map<string, BibEntryValidationRule>([
|
|||
[
|
||||
'misc',
|
||||
{
|
||||
requiredAttributes: [['author', 'key'], 'note'],
|
||||
requiredAttributes: [['author', 'key']],
|
||||
},
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue