Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit bf3110b

Browse files
committed
Exclude node/no-process-exit definition
It breaks JSDoc hovering
1 parent cabba8d commit bf3110b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/node/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type NodeRules = NoDeprecatedApiRule &
1717
NoExtraneousRequireRule &
1818
NoMissingImportRule &
1919
NoMissingRequireRule &
20-
NoProcessExitRuleConfig &
20+
// NoProcessExitRuleConfig & // TODO: This rule breaks somehow JSDoc hovering.
2121
NoRestrictedRequireRule &
2222
NoUnpublishedImportRule &
2323
NoUnpublishedRequireRule &

0 commit comments

Comments
 (0)