We welcome contributions made by the community!
If you have a general question about Eff, an idea to suggest, or a problem to report, the issue tracker is the best place to go. Please search to make sure your issue/question hasn't already been reported/asked before submitting!
Fork the repo and then clone it:
git clone https://github.com/your-username/eff-javascript.gitTo run linting:
npm run lintTo run tests:
npm run test