Release notes - SonarJS - 12.2
Feature
JS-1352 Allow customization of all analyzable file extensions via sonar properties
JS-1354 Raise CSS parsing error issues consistently with JS/TS (S2260 equivalent)
False Positive
JS-1239 Fix FP on S3799: Empty destructuring in React components with no props
JS-1302 Fix FP on S3800: Functions wrapping external calls with unknown return types
JS-1308 Fix FP on S3516: Same return value with different semantic meanings
JS-1365 Fix FP on S2234: Intentional parameter swap in RTL/LTR direction handlers
JS-1389 Fix FP on S6767: Props reported unused when component is wrapped with React.forwardRef
JS-1421 Fix FP on S2234: Intentional argument reversal in comparator wrapper functions