project-euler

Coding exercises for Numerai.

MIT License

Stars
1

Numerai: Project Euler

Tested with RITEway. Documented with JSDoc.

Available Scripts 📝

Prefix these commands with yarn (e.g. yarn watch for the watch script).

  • "format" - fixes the code base according to the ESLint rules.
  • "lint" - runs linting on the code base.
  • "test" - runs the unit tests.
  • "validate" - lints, runs unit tests. Used for Husky commit validation and Travis CI PR validation.
  • "watch" - runs "test" and "format" anytime a file within src/ changes.