Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duanedave/hello-microverse
https://github.com/duanedave/hello-microverse
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/duanedave/hello-microverse
- Owner: DuaneDave
- Created: 2022-06-28T15:55:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T17:05:53.000Z (over 2 years ago)
- Last Synced: 2024-10-24T14:24:52.182Z (2 months ago)
- Language: HTML
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Linters Set-Up
> Linters are used for keeping a code that is in sync with best code practices
## Built With
- Major languages
- Frameworks
- Technologies used## Getting Started
### Usage
A linter is a tool that analyzes your source code to flag programming errors, bugs, stylistic errors, and suspicious constructs(source: Wikipedia).#### There are a few reasons for using linters:
- Catching syntax errors is more efficient. There is no need to debug simple mistakes like typos - the linter does it for you.
- The entire codebase looks like written by one person.
- Programmers can focus on solving problems, instead of cleaning up the code.
## Authors
👤 **Author1**
- GitHub: [@githubhandle](https://github.com/DuaneDave)
- Twitter: [@twitterhandle](https://twitter.com/dave_duane)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/okiemute-david-obiebi-6b4a6a230/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/DuaneDave/Hello-Microverse-Set-up/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration## 📝 License
This project is [MIT](./MIT.md) licensed.