Open Mubarra-naz opened 1 year ago
The task is in progress. figured out the basic working. trying to figure out a few additional things.
Update on November 5th,2023 :
The Implemented rules are :
1."prefer-const": "error": This rule requires that variables that are never reassigned after being declared should be declared using const instead of let. This helps to improve code readability and maintainability.
Adding husky rules for the repository