-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[OV JS] npm run lint on .js files #26543
[OV JS] npm run lint on .js files #26543
Conversation
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.
Add at the top of src\bindings\js\node\tests\e2e\electron-app.test.js
:
/* global describe, it, before, after */
And content of src\bindings\js\node\.eslintrc.js
should be:
module.exports = {
extends: ['../.eslintrc.js'],
env: {
node: true,
},
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
};
After this PR merge I propose consider about this:
https://eslint.org/docs/latest/use/migrate-to-9.0.0
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.
Cool
### Details: - include *.js files - Fix codestyle errors about max-len, snake-case etc. ### Tickets: - *ticket-id*
Details:
Tickets: