-
Notifications
You must be signed in to change notification settings - Fork 1
chore(eslint): convert eslint config to flat config #376
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
Conversation
♻️ PR Preview c1d054b has been successfully destroyed since this PR has been closed. 🤖 By surge-preview |
079d073
to
55ed97c
Compare
55ed97c
to
4ad406d
Compare
|
# Conflicts: # package-lock.json # package.json
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.
There are some additional linting rules which are added whereas we only want to switch the configuration.
Review the changes and if we want to apply the new rules, apply them to the main branch first.
this.model = bpmnVisualization.graph.model; | ||
} | ||
|
||
/* eslint-disable jest/no-standalone-expect -- util code, including expect calls */ |
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.
question: why is this removed?
# Conflicts: # .eslintrc.cjs # package-lock.json # package.json
…uration is at the project root
jest: ensure recommended and style rules are enabled + apply jsdom config correctly test files: - use right glob - centralize config remove extra unicorn configuration that didn't exist in the former configuration The extra configuration came from bpmn-visualization and had been copy/paste here by mistake
# Conflicts: # package-lock.json # packages/addons/package.json
|
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, all plugins have been tested individually: they detect and can auto-fix errors/warnings.
No description provided.