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

Repo standardization #46

Merged
merged 3 commits into from May 11, 2021
Merged

Repo standardization #46

merged 3 commits into from May 11, 2021

Conversation

ryanml
Copy link
Contributor

@ryanml ryanml commented May 10, 2021

Related: https://github.com/MetaMask/MetaMask-planning/issues/32

  • Enforcing minimum Node version of 12
  • Adding basic .editorconfig file
  • Adding basic .gitattributes files
  • Adding GH actions (build and lint)
  • Lint fixes

- Enforcing minimum Node version of 12

- Adding basic .editorconfig file

- Adding basic .gitattributes files
@ryanml ryanml self-assigned this May 10, 2021
@ryanml ryanml requested a review from a team as a code owner May 10, 2021 17:52
@@ -58,9 +58,11 @@ function createLogoViewer (container, renderScene, {
shouldRender = true
}
function setFollowMouse (state) {
// eslint-disable-next-line no-param-reassign
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 don't think reworking these assignments should be part of this PR, so disabling eslint here for now

@@ -124,11 +124,6 @@ function distortFold (positions, origPositions) {
}
}

// random between (-1, 1)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was unused

@ryanml ryanml requested a review from kumavis May 11, 2021 09:11
@kumavis kumavis merged commit f203667 into main May 11, 2021
@kumavis kumavis deleted the repo-standard branch May 11, 2021 09:20
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