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

repo: add runtime-import-check eslint rule #10124

Merged
merged 1 commit into from Sep 21, 2021

Commits on Sep 21, 2021

  1. eslint: add runtime-import-check rule

    The commit adds a custom eslint rule to warn when we are importing from
    folders meant for incompatible runtimes, and enforces our code
    organization guidelines. When we import from such invalid runtimes we
    may cause downstream adopters and extensions issues, namely when they
    attempt to import from valid sources but our imports break them.
    
    Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
    Co-authored-by: Paul Maréchal <paul.marechal@ericsson.com>
    vince-fugnitto and paul-marechal committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a6964f9 View commit details
    Browse the repository at this point in the history