first commit
This commit is contained in:
13
node_modules/@n8n/node-cli/dist/commands/lint.d.ts
generated
vendored
Normal file
13
node_modules/@n8n/node-cli/dist/commands/lint.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Command } from '@oclif/core';
|
||||
export default class Lint extends Command {
|
||||
static description: string;
|
||||
static examples: string[];
|
||||
static flags: {
|
||||
fix: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
||||
};
|
||||
run(): Promise<void>;
|
||||
private checkStrictMode;
|
||||
private verifyEslintConfig;
|
||||
private handleLintErrors;
|
||||
private containsCloudOnlyErrors;
|
||||
}
|
||||
Reference in New Issue
Block a user