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

Prefer const over let #38

Merged
merged 1 commit into from Nov 25, 2018
Merged

Prefer const over let #38

merged 1 commit into from Nov 25, 2018

Conversation

LinusU
Copy link
Contributor

@LinusU LinusU commented Oct 10, 2018

In order to comply with this new standard rule ☺️

standard/eslint-config-standard#133

@@ -56,9 +56,6 @@ module.exports = function (inputs, callback, done) {
inputs.parentModuleDirectory
]

let consoleFromSandbox
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm guessing this was done in order to not trigger no-use-before-define, but it's actually accessed a bit up which makes that point moot... I'm open to other suggestions for this ☺️

@LinusU
Copy link
Contributor Author

LinusU commented Nov 21, 2018

ping @bjrmatos, @pofider ☺️

@pofider pofider merged commit 7176d85 into jsreport:master Nov 25, 2018
@pofider
Copy link
Contributor

pofider commented Nov 25, 2018

Thank you. Merged.

@LinusU LinusU deleted the prefer-const branch November 26, 2018 14:39
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.

None yet

2 participants