You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: