[style] [xs]: add empty line before method

This commit is contained in:
Thadeu Cotts 2020-12-01 09:19:15 -03:00
parent 21082f9f6a
commit eab57b6fe1

View File

@ -1,6 +1,7 @@
const fs = require('fs')
const path = require('path')
const { parserPath } = require('./copy')
function _replacePackage(projectName) {
const appPath = parserPath(projectName)
const packagePath = `${appPath}/package.json`