[style] [xs]: add empty line before method
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const { parserPath } = require('./copy')
|
const { parserPath } = require('./copy')
|
||||||
|
|
||||||
function _replacePackage(projectName) {
|
function _replacePackage(projectName) {
|
||||||
const appPath = parserPath(projectName)
|
const appPath = parserPath(projectName)
|
||||||
const packagePath = `${appPath}/package.json`
|
const packagePath = `${appPath}/package.json`
|
||||||
|
|||||||
Reference in New Issue
Block a user