Files
awesome-rust-mentors/_includes/projects.md
Grachev Mikhail 4c7cd8cc99 Add dotenv-linter to projects (#125)
* Add dotenv-linter to projects

* Update contact
2020-08-10 12:12:15 -07:00

1.3 KiB
Raw Blame History

Turtle - Create Animated Drawings Quickly and Easily in Rust

Dotenv-linter - Lightning-fast linter for .env files. Written in Rust 🦀

<script> var people = []; var e = document.getElementById("project-mentorship"); while (e.nextSibling.nodeName != 'H3') e.nextSibling.remove(); e = e.nextSibling; do { let person = []; do { person.push(e); e = e.nextSibling; } while (!/^H[123]$/i.test(e.nodeName)); people.push(person); } while (e.nodeName == 'H3'); for (let i = people.length - 1; i > 0; i--) { const j = Math.floor(Math.random() * (i + 1)); [people[i], people[j]] = [people[j], people[i]]; } people.forEach(person => { person.forEach(x => { e.parentNode.insertBefore(x, e); }); }); e.remove(); </script>