Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/eslint-plugin / rules
Variable: rules
ts
const rules: {
no-bare-tool-exec: RuleModule;
no-console-in-public-api: RuleModule;
no-implicit-network-call: RuleModule;
no-secret-in-deps: RuleModule;
no-secret-unwrap: RuleModule;
no-third-party-workflow-aliases: RuleModule;
provider-middleware-order: RuleModule;
tool-description-required: RuleModule;
tool-examples-recommended: RuleModule;
tool-parameter-naming: RuleModule;
};Defined in: index.ts:44
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
no-bare-tool-exec | RuleModule | noBareToolExec | index.ts:45 |
no-console-in-public-api | RuleModule | noConsoleInPublicApi | index.ts:46 |
no-implicit-network-call | RuleModule | noImplicitNetworkCall | index.ts:47 |
no-secret-in-deps | RuleModule | noSecretInDeps | index.ts:48 |
no-secret-unwrap | RuleModule | noSecretUnwrap | index.ts:49 |
no-third-party-workflow-aliases | RuleModule | noThirdPartyWorkflowAliases | index.ts:50 |
provider-middleware-order | RuleModule | providerMiddlewareOrder | index.ts:51 |
tool-description-required | RuleModule | toolDescriptionRequired | index.ts:52 |
tool-examples-recommended | RuleModule | toolExamplesRecommended | index.ts:53 |
tool-parameter-naming | RuleModule | toolParameterNaming | index.ts:54 |