Move generated documentation to docs/lint/

This commit is contained in:
Yury Bondarenko
2024-03-29 10:12:41 +01:00
parent a6e093038c
commit 2c68589416
5 changed files with 6 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ function lazyEJS(path: string, data: object) {
return templates.get(path)(data);
}
const docsDir = join('lint', 'docs');
const docsDir = join('docs', 'lint');
const tsDir = join(docsDir, 'ts');
const htmlDir = join(docsDir, 'html');