Skip to main content

Function: areAutofixesDisabledForNode()

areAutofixesDisabledForNode(node: Readonly<Node>): boolean

Defined in: _internal/plugin-settings.ts:126

Determine whether autofixes are globally disabled for the file containing the provided node.

Parametersโ€‹

nodeโ€‹

Readonly<Node>

AST node used to resolve the enclosing Program.

Returnsโ€‹

boolean

true when fixes should be suppressed.