Enable linting for scripts and fix lint errors (#1245)

This commit is contained in:
Justin Haaheim
2022-02-08 14:58:46 -08:00
committed by acywatson
parent bf6bf30504
commit 0d03dbe7dd
5 changed files with 9 additions and 6 deletions

View File

@ -3,8 +3,6 @@
'use strict';
const {exec} = require('child-process-promise');
const fs = require('fs');
const path = require('path');
async function prepareLexicalCorePackage() {
await exec(`rm -rf ./packages/lexical/npm`);