We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e47fc commit b5eb498Copy full SHA for b5eb498
resources/build-docusaurus.ts
@@ -14,6 +14,7 @@ fs.writeFileSync(tmpDirPath('package.json'), JSON.stringify(packageJSON));
14
15
copyToTmpDir('package-lock.json');
16
copyToTmpDir('tsconfig.json');
17
+copyToTmpDir('resources/eslint-internal-rules');
18
copyToTmpDir('src');
19
copyToTmpDir('website');
20
0 commit comments