Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make some rules optional #37

Open
peterpeterparker opened this issue Nov 17, 2024 · 1 comment
Open

Make some rules optional #37

peterpeterparker opened this issue Nov 17, 2024 · 1 comment

Comments

@peterpeterparker
Copy link
Member

I added the library to junobuild/juno-js#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.

  • no-relative-parent-imports
  • require-await
  • no-console (some Node.js libraries—like my CLI—might want to use the console)

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

  • local-rules/use-option-type-wrapper
@peterpeterparker peterpeterparker transferred this issue from dfinity/oisy-wallet-signer Nov 17, 2024
@peterpeterparker
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant