Pre-commit hooks for linting changed js files
Lint files staged by git
"gitHooks": { "pre-commit": "lint-staged" },
* install [husky](https://www.npmjs.com/package/husky),[lint-staged](https://www.npmjs.com/package/lint-staged) * set ``` "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{}": [ "cs
Lint your commit messages
Command line tool and package to validate GraphQL schemas against a set of rules.
HTML+ERB linter for validating HTML structure and enforcing best practices
Tiny tool to run commands for modified, staged, and committed git files.
A Node.js style checker and lint tool for Markdown/CommonMark files.
Secretlint CLI that scan secret/credential data.
Standardize package.json scripts and config files for Salesforce projects.
[](https://github.com/prettier/prettier) [](https://npmjs.org/prettier-quick)
Lint a string against commitlint rules
imagemin CLI designed for lint-staged usage with sensible defaults
semantic-release plugin to analyze commits with conventional-changelog
Efficient Git Commit Message Linting and Formatting
Effortless SUI precommit rules integration in your project
Lint — The universal linter with AI-powered code review.
Run tsc on files with tsconfig respected
Common typings for the Stoplight ecosystem.
Automatically install pre-commit hooks for your npm modules.
shareable commitlint config enforcing gitmoji commit message
Custom lint-staged configuration
Common eslint rules/preferences for Ionic.
Checkstyle linter plugin for pre-commit. Useful for linting Java code.
Checkstyle linter plugin for pre-commit. Useful for linting Java code.
Checkstyle linter plugin for pre-commit. Useful for linting Java code.
Supports react.js and node.js projects, with or without TypeScript. Sets up ESLint, Prettier while taking into account for TypeScript. stylefmt and stylelint. Sets up Husky pre-commit and commit message hooks. Sets up lint-staged. Sets up nodemon for node.js projects
Opinionated local CI that checks your code before it leaves your machine. Runs a four-stage pipeline (lint, build, fast tests, slow tests) on every commit with strict time budgets. Hooks into git pre-commit and pre-push, stores results in SQLite, and includes a TUI dashboard for monitoring.
No description provided.
No description provided.