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

feat: enable no-invalid-this #67

Merged

Conversation

Prince-Mendiratta
Copy link
Contributor

Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
@s77rt
Copy link

s77rt commented Apr 26, 2023

No reviewers, No Assignees. Feels like a desert 🏜️ . Where is everybody

rules/es6.js Outdated
@@ -23,5 +23,7 @@ module.exports = {
// Do not use these features yet
'es/no-nullish-coalescing-operators': 'error',
'es/no-optional-chaining': 'error',

'no-invalid-this': 'error'
Copy link

Choose a reason for hiding this comment

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

Suggested change
'no-invalid-this': 'error'
'no-invalid-this': 'error',

This will fail on lint 😅

Can you also add a comment here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@s77rt updated!

Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
Copy link

@s77rt s77rt left a comment

Choose a reason for hiding this comment

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

LGTM! 🚀

cc @tgolen

@tgolen tgolen merged commit 9915edc into Expensify:main Apr 26, 2023
@tgolen
Copy link
Contributor

tgolen commented Apr 26, 2023

All right, this is published to npm now: eslint-config-expensify@2.0.36

@Prince-Mendiratta
Copy link
Contributor Author

Thank you for the super quick deployment @tgolen!

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