chore: lint
This commit is contained in:
parent
42e4e3413b
commit
3ccf83b37f
|
@ -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(':'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user