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.
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:
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.
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