Skip to content
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

Migrated eslint to iobroker.eslint-config #586

Merged
merged 7 commits into from
Sep 27, 2024

Conversation

GermanBluefox
Copy link
Collaborator

@GermanBluefox GermanBluefox commented Sep 27, 2024

The only changes in this PR:

This
https://github.com/ioBroker/adapter-core/pull/586/files#diff-9601a8f6c734c2001be34a2361f76946d19a39a709b5e8c624a2a5a0aade05f2R4
could be optimized if the new ioBroker.eslint-config will be released ioBroker/ioBroker.eslint-config#15

import config from '@iobroker/eslint-config';

// disable temporary the rule 'jsdoc/require-param' and enable 'jsdoc/require-jsdoc'
config.forEach(rule => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In backend adapters for sure warnings don't hurt and stuff can be fixed in the long run. So no need to disable these rules. However I have fixed all warnings

@GermanBluefox GermanBluefox merged commit 9b90d1c into master Sep 27, 2024
10 checks passed
@GermanBluefox GermanBluefox deleted the iobroker-eslint-config branch September 27, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants