Closed AntonioVentilii closed 1 week ago
This is a duplicate of PR #30 , because I changed my account.
To further help with enforcing the arrow functions we add two rules and one plugin. This is one of the most suggested combination I found online:
function foo() {...}
function
The rules raised some new issues on this repo and we fixed them.
Note
This is a duplicate of PR #30 , because I changed my account.
Motivation
To further help with enforcing the arrow functions we add two rules and one plugin. This is one of the most suggested combination I found online:
function foo() {...}
function
.Changes
Tests
The rules raised some new issues on this repo and we fixed them.