-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
8$: Warn on unused arrow expression #659
Comments
I think this should be simple. In |
I claim this for-hire task. I expect payment after I complete this task. I will email the quick-lint-js team if I am assigned this task. |
@strager which of these should report // 1.
async => {}
async => rhs;
// 2.
let => {}
// 3.
x => {}
// 4.
=> x + y |
1, 2, and 3. 4 should report a different diagnostic (E0105). |
useEffect(() => { |
@jr-boney I don't see any unused arrow expressions in your code. Are you seeing a bug in quick-lint-js related to your code? |
The text was updated successfully, but these errors were encountered: