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

Fixes useless app related errors #4

Merged
merged 1 commit into from
Oct 22, 2018
Merged

Conversation

MatthewWaanders
Copy link
Contributor

Fixes errors related to:

homey module not being found by require, these were thrown twice per Homey include as import/no-unresolved and node/no-missing-require both indicating that the module wasn't found in node_modules.

Bitwise operations reporting as errors which cause a lot of errors for 433/Z-Wave/Zigbee applications where bitmasks and bit operations are often necessary.

Enforces ecmaScript 2018 unless defined otherwise in .eslintrc.json, as otherwise eslint won't run with parsing error: invalid ecmaVersion.

@jeroenvollenbrock jeroenvollenbrock merged commit 6130fce into master Oct 22, 2018
@jeroenvollenbrock jeroenvollenbrock deleted the matthew/enhancements branch October 22, 2018 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants