Skip to content

Conversation

@thomashoneyman
Copy link
Contributor

This pull request is part of an effort to update and standardize the Contributors libraries according to the Library Guidelines. Specifically, it:

  1. Adjusts the files and repository structure according to the repository structure section of the guidelines, which includes standard pr templates, issue templates, CI in GitHub Actions, ensures the project uses Spago, and so on.
  2. Updates the README and documentation according to the documentation section of the guidelines. This is a first step towards ensuring Contributors libraries have adequate module documentation, READMEs, a docs directory, and tests (even if just usage examples) in a test directory.

"semi": [2, "always"]
"block-scoped-var": "error",
"consistent-return": "error",
"eqeqeq": "error",
Copy link
Contributor

Choose a reason for hiding this comment

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

The original file has [2, "smart"]. Do we need to keep that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's been overwritten to use the standard, which is a bit stricter, but makes it more explicit when you're choosing to compare against null / undefined.

@thomashoneyman thomashoneyman merged commit f5f9550 into main Oct 9, 2020
@thomashoneyman thomashoneyman deleted the contrib-update branch October 9, 2020 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants