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

Fix blank lines after imports #193

Merged

Conversation

oogali
Copy link
Contributor

@oogali oogali commented May 1, 2022

PR to address existing code that did not conform to the two-blank-lines-after-imports rule.

oogali added 2 commits May 1, 2022 09:49
While `import` and `require` perform the same work, it is more important
to choose one pattern or the other (not both) to reduce confusion.
@pablo-mayrgundter pablo-mayrgundter merged commit f394596 into bldrs-ai:main May 1, 2022
OlegMoshkovich pushed a commit to OlegMoshkovich/Share that referenced this pull request May 19, 2022
* Add missing blank lines after imports

* Refactor gl initialization to use ES6 import syntax

While `import` and `require` perform the same work, it is more important
to choose one pattern or the other (not both) to reduce confusion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

None yet

2 participants