dfinity / eslint-config-oisy-wallet

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

Make some rules optional #37

Open peterpeterparker opened 1 week ago

peterpeterparker commented 1 week ago

I added the library to https://github.com/junobuild/juno-js/pull/202 and encountered a few linter errors to align with. It could have been easier to integrate the library if following had been optional because that particular issue cannot be resolved automatically.

Furthermore, the following rules can be fixed automatically but lead to errors if the type Option does not exist in the project:

peterpeterparker commented 1 week ago

Note: no-console is a blocker for example to use the lib in https://github.com/junobuild/cli