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
- Host: GitHub
- URL: https://github.com/koca/web-tools-example
- Owner: koca
- License: mit
- Created: 2018-08-25T14:31:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T14:07:42.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T14:52:59.420Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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