This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
🐛 When using private fieldName in constructor, rome says js/noUnusedVariables
#3183
Closed
1 task done
Labels
Milestone
Environment information
What happened?
In this code:
Rome says
This parameter is unused .rome(js/noUnusedVariables)
, pointing to debugMode inconstructor(private debugMode: boolean) {}
Expected result
It should not be reported as unused.
Code of Conduct
The text was updated successfully, but these errors were encountered: