Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/eslint-plugin / / configs
Variable: configs
ts
const configs: {
flat/recommended: {
plugins: Record<string, unknown>;
rules: {
@graphorin/no-bare-tool-exec: "warn";
@graphorin/no-implicit-network-call: "error";
@graphorin/no-secret-in-deps: "error";
@graphorin/no-secret-unwrap: "error";
@graphorin/no-third-party-workflow-aliases: "error";
@graphorin/provider-middleware-order: "error";
@graphorin/tool-description-required: "error";
@graphorin/tool-examples-recommended: "warn";
@graphorin/tool-parameter-naming: "warn";
};
};
recommended: {
plugins: readonly string[];
rules: {
@graphorin/no-bare-tool-exec: "warn";
@graphorin/no-implicit-network-call: "error";
@graphorin/no-secret-in-deps: "error";
@graphorin/no-secret-unwrap: "error";
@graphorin/no-third-party-workflow-aliases: "error";
@graphorin/provider-middleware-order: "error";
@graphorin/tool-description-required: "error";
@graphorin/tool-examples-recommended: "warn";
@graphorin/tool-parameter-naming: "warn";
};
};
} = plugin.configs;Defined in: src/index.ts:103