Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 315 Bytes

no_private_function_fat_arrows.md

File metadata and controls

11 lines (6 loc) · 315 Bytes

Pattern: Use of private function fat arrow

Issue: -

Description

Warns when you use the fat arrow for a private function inside a class definition scope. It is not necessary and it does not do anything.

Further Reading