-
Notifications
You must be signed in to change notification settings - Fork 181
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
Resolve JS-147 - Adapt SonarJS to the next ESLint Plugin #4677
Resolve JS-147 - Adapt SonarJS to the next ESLint Plugin #4677
Conversation
3a3ab21
to
50fd7e3
Compare
50fd7e3
to
f116556
Compare
ff31015
to
dee2abb
Compare
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.
Makes sense. Glad that this works!
"builtin-modules": "3.3.0", | ||
"bytes": "3.1.2", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jsx-a11y": "6.8.0", | ||
"eslint-plugin-react": "7.34.1", | ||
"eslint-plugin-react-hooks": "4.6.0", | ||
"eslint-plugin-sonarjs": "0.25.0", | ||
"eslint-plugin-sonarjs": "^0.26.0-2918", |
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.
is this an internal only number? As in, it's not possible to get this version from npm
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.
True. When we push the 1.0.0 version, I propose that we update this accordingly.
Quality Gate passedIssues Measures |
Fixes JS-147