eslint --fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Allow build scripts for core build tools
|
||||
function readPackage(pkg) {
|
||||
return pkg;
|
||||
return pkg
|
||||
}
|
||||
|
||||
module.exports = { hooks: { readPackage } };
|
||||
module.exports = { hooks: { readPackage } }
|
||||
|
||||
Reference in New Issue
Block a user