-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: enable no-invalid-this #67
Conversation
Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
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' |
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.
'no-invalid-this': 'error' | |
'no-invalid-this': 'error', |
This will fail on lint 😅
Can you also add a comment here?
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.
@s77rt updated!
Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
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.
LGTM! 🚀
cc @tgolen
All right, this is published to npm now: eslint-config-expensify@2.0.36 |
Thank you for the super quick deployment @tgolen! |
Context: Expensify/App#17971