Update eslint dependencies and fix eslint errors
This commit is contained in:
5
vendor/integration/index.mjs
vendored
5
vendor/integration/index.mjs
vendored
@@ -105,10 +105,11 @@ export default ({ config: _themeConfig = 'src/config.yaml' } = {}) => {
|
||||
});
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
} catch (error) {
|
||||
/* empty */
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user