Graphorin API reference v0.13.8
Graphorin API reference / @graphorin/eslint-plugin / / RECOMMENDED_RULES
Variable: RECOMMENDED_RULES
ts
const RECOMMENDED_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";
};Defined in: src/index.ts:60
Stable
Rule map behind the flat/recommended config.