Skip to content

Commit ff81212

Browse files
committed
style: scripts eslint
1 parent 4f4f2a6 commit ff81212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/syncStyleFromAntd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ async function syncFiles(data = []) {
3030
if (!fs.existsSync(toPath)) {
3131
fse.ensureDirSync(toPath);
3232
}
33+
// eslint-disable-next-line no-console
3334
console.log('update style: ', path.join(toPath, itemData.name.replace('.tsx', '.js')));
3435
const content = Base64.decode(itemData.content);
3536
fs.writeFileSync(path.join(toPath, itemData.name.replace('.tsx', '.js')), content);

0 commit comments

Comments
 (0)