Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 1.39 KB

README.md

File metadata and controls

79 lines (48 loc) · 1.39 KB

JavaScript Algorithms and Data Structures

Built With

Live Demo

Live Demo Link

Development (Running locally)

  • Clone the project
git clone https://github.com/user/js-coding-challenges.git
  • Install Dependencies
yarn install

To run ESLint by itself, you may run the lint task:

yarn eslint:check

Or to automatically fix issues found for ESLint (where possible):

yarn eslint

You can check against Prettier:

yarn format:check

and to have it fix (to the best of its ability) any format issues, run:

yarn format

Style Guides

👤 Author

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

MIT licensed.