eslint --fix

This commit is contained in:
Oscar
2026-06-08 15:09:53 +03:00
parent 10d696f4ca
commit b98387ea58
64 changed files with 6070 additions and 2467 deletions

View File

@@ -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 } }