dfinity / eslint-config-oisy-wallet

Shared ESLint configurations from the Oisy Wallet team
Apache License 2.0
2 stars 0 forks source link

feat: Add rules to enforce arrow functions #33

Closed AntonioVentilii closed 1 week ago

AntonioVentilii commented 1 week ago

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:

Changes

Tests

The rules raised some new issues on this repo and we fixed them.