-
Notifications
You must be signed in to change notification settings - Fork 33
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
chore(eslint): add eslint-plugin-import
dependency
#2842
Conversation
…import/no-unresolved The package.json of 'rollup-plugin-node-externals' is malformed, so the import doesn't work with 'eslint-plugin-import'.
♻️ PR Preview d066927 has been successfully destroyed since this PR has been closed. 🤖 By surge-preview |
🎊 PR Preview d066927 has been successfully built and deployed to https://process-analytics-bpmn-visualization-js-doc_preview-pr-2842.surge.sh 🕐 Build time: 0.02s 🤖 By surge-preview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, this should simplify the review of the future PR. Good job, this plugin does the job well!
The review was tedious because I checked all the modified files, but it was worth it because I detected a few minor problems. 😄
@@ -26,7 +26,6 @@ export type { Navigation } from './component/navigation'; | |||
export * from './model/bpmn/internal'; | |||
|
|||
// not part of the public API but needed for the custom theme examples | |||
export { IconPainter } from './component/mxgraph/shape/render/icon-painter'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: nice catch 😸
Unable to resolve path to module 'bpmn-visualization' import/no-unresolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Can you please answer to the open questions and integrate the proposed changes? As usual, we can quickly talk about them to converge and be able to merge 😸.
Kudos, SonarCloud Quality Gate passed! |
This pull request addresses linting and import-related issues. Major changes include:
import/unresolved
errors.Covers #2742
Closes #2078