Project

General

Profile

Actions

Task #105336

closed

ESLint: Implement `no-unneeded-ternary` rule

Added by Ayke Halder about 1 month ago. Updated about 1 month ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-10-17
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

/* Don't use: */
return (someBooleanVariable ? true : false);

/* Use: */
return someBooleanVariable;
Actions

Also available in: Atom PDF