An open API service indexing awesome lists of open source software.

https://github.com/koca/web-tools-example

linting tools example
https://github.com/koca/web-tools-example

Last synced: 18 days ago
JSON representation

linting tools example

Awesome Lists containing this project

README

          

# Linting tools example

## Tools

- [eslint](https://ghub.io/eslint): An AST-based pattern checker for JavaScript.
- [stylelint](https://ghub.io/stylelint): A mighty, modern CSS linter.
- [stylelint-config-idiomatic-order](https://ghub.io/stylelint-config-idiomatic-order): stylelint + idiomatic-css
- [husky](https://ghub.io/husky): Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)
- [lint-staged](https://ghub.io/lint-staged): Lint files staged by git
- [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter
- [poi](https://ghub.io/poi): Fast prototype and distribute modern web apps like a pro.

## License

MIT