chore: eslint import/newline-after-import

This commit is contained in:
Peter Jaszkowiak
2021-02-03 23:53:16 -07:00
committed by Julian Lam
parent 9f6a682ca9
commit 4ee0f1459d
37 changed files with 45 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ if (!mkdirp.hasOwnProperty('native')) {
}
const rimraf = require('rimraf');
const rimrafAsync = util.promisify(rimraf);
const file = require('../file');