dfinity / eslint-config-oisy-wallet

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

feat: update rules as in Oisy Wallet #7

Closed peterpeterparker closed 2 months ago

peterpeterparker commented 2 months ago

Motivation

The rules we had in this repo were not in-sync with what we have in Oisy Wallet main. Therefore this update which basically copy-paste the rules (basically because one rule is split in a separate file for svelte).

Notes

I did not copied the usage of @dfinity/utils at this point felt like we do not necessary needs the dependency for a single comparison.

peterpeterparker commented 2 months ago

I'm removing it because it's not in main in Oisy Wallet - copy/paste of the custom rules from Oisy to here.

Once we got the lib used in Oisy, the rule can be moved and developed here.

Or am I missing something?