-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
improve no-restricted-path rule from kbn-eslint-plugin-eslint to handle absolute paths. #36096
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Comments
Pinging @elastic/kibana-platform |
This is actually broken on Windows OS right now. Seems to have something to do with \ /
|
7 tasks
Was this solved by #63741 (sort of a workaround, but I believe it solves the immediate need?) |
Verified that this is not longer an issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
plugin doesn't show an error for such cases:
here import works due to tsconfig resolution mechanism setup with
baseUrl: "."
The text was updated successfully, but these errors were encountered: