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

no-unused-vars and template strings(babel) #207

Closed
Deadarius opened this issue Jul 26, 2015 · 1 comment

Comments

@Deadarius
Copy link

commented Jul 26, 2015

let name = config.branding.title // standard is complaining here about unused variable
res.setHeader('Content-disposition', 'attachment; filename=${name}-dump.gz')
@Deadarius

This comment has been minimized.

Copy link
Author

commented Jul 26, 2015

False alarm, it's me being an idiot and not using backticks :/

@Deadarius Deadarius closed this Jul 26, 2015

@lock lock bot locked as resolved and limited conversation to collaborators May 11, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
1 participant
You can’t perform that action at this time.