Function: shouldIgnore()
function shouldIgnore(
node: Readonly<Node>,
context: Readonly<RuleContext<string, BaseOptions>>,
ignoreOptions: Readonly<AllIgnoreOptions>
): boolean;
Defined in: common/ignore-options.ts:329
Check whether a node should be ignored according to configured ignore options.
Parametersâ
nodeâ
Readonly<Node>
contextâ
Readonly<RuleContext<string, BaseOptions>>
ignoreOptionsâ
Returnsâ
boolean