and small clean up..
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
@@ -38,7 +38,7 @@ const DEFAULT_SCHEDULE: TaskScheduleDefinition = {
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
export const linguistPlugin = createBackendPlugin(() => ({
|
||||
export const linguistPlugin = createBackendPlugin({
|
||||
pluginId: 'linguist',
|
||||
register(env) {
|
||||
env.registerInit({
|
||||
@@ -102,4 +102,4 @@ export const linguistPlugin = createBackendPlugin(() => ({
|
||||
},
|
||||
});
|
||||
},
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user