mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-05 12:04:45 +01:00
Fix lint issue
This commit is contained in:
@@ -21,8 +21,7 @@ const versionPlaceholder = '<MERMAID_RELEASE_VERSION>';
|
||||
const main = async () => {
|
||||
const sourceDirGlob = posix.join('.', SOURCE_DOCS_DIR, '**');
|
||||
const mdFileGlobs = getGlobs([posix.join(sourceDirGlob, '*.md')]);
|
||||
mdFileGlobs.push('!**/community/development.md');
|
||||
mdFileGlobs.push('!**/community/code.md');
|
||||
mdFileGlobs.push('!**/community/development.md', '!**/community/code.md');
|
||||
const mdFiles = await getFilesFromGlobs(mdFileGlobs);
|
||||
mdFiles.sort();
|
||||
const mdFilesWithPlaceholder: string[] = [];
|
||||
|
||||
Reference in New Issue
Block a user