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

More GAE lintfixes + prefer function expressions #1343

Merged
merged 1 commit into from
Jun 7, 2019
Merged

Conversation

ace-n
Copy link
Contributor

@ace-n ace-n commented Jun 5, 2019

Note: this change adds a rule preferring function expressions (as a warning).

(As an example: func baz(quux) { ... } --> const baz = (quux) => { ... })

@ace-n ace-n requested a review from fhinkel June 5, 2019 21:50
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants