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

rule: check not-exported variables are prefixed with _ #6

Closed
andreineculau opened this issue Mar 25, 2018 · 1 comment
Closed

rule: check not-exported variables are prefixed with _ #6

andreineculau opened this issue Mar 25, 2018 · 1 comment
Assignees

Comments

@andreineculau
Copy link
Contributor

given tobiipro/babel-preset-firecloud#2 is fixed, we need to make sure that inside a module

  • a top-level variable that is not exported is prefixed with _
  • a top-level variable that is exported is not prefixed with _
@IanSavchenko
Copy link
Contributor

Fixed with 380a06c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants