Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinc committed Feb 3, 2024
1 parent 52fc3fd commit fe2734a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions nodejs/src/base/pluginConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,7 @@ export abstract class BSBPluginConfig<
MyPluginConfig extends Exclude<BSBPluginConfigType, undefined> | null = null
> {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
constructor(
cwd: string,
packageCwd: string,
pluginCwd: string,
pluginName: string
) {}
constructor(cwd: string, packageCwd: string, pluginCwd: string, pluginName: string) {}
public abstract validationSchema: MyPluginConfig;
/**
* Migrate the config from one version to another
Expand Down

0 comments on commit fe2734a

Please sign in to comment.