chore: lint

This commit is contained in:
cha0s 2024-02-14 07:51:23 -06:00
parent 42e4e3413b
commit 3ccf83b37f

View File

@ -304,7 +304,12 @@ exports.generateJson = async function generate(flecks) {
}
r.config[fleck] = config;
}
hookImplementations.forEach(({column, filename, hook, line}) => {
hookImplementations.forEach(({
column,
filename,
hook,
line,
}) => {
ensureHook(hook);
r.hooks[hook].implementations.push({
filename: filename || [join(root, path), line, column].join(':'),