lint-staged

🚫💩 — Run linters on git staged files (by lint-staged)

Lint-staged Alternatives

Similar projects and alternatives to lint-staged

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better lint-staged alternative or higher similarity.

lint-staged reviews and mentions

Posts with mentions or reviews of lint-staged. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-06.
  • How Automation Saved Me from Oops Moments: Never Skip Tests in Production Again!
    2 projects | dev.to | 6 Feb 2024
    We were already using lint-staged and have a pre-commit hook in place using Husky in our project for linter and prettier. So it made sense to add a check here.
  • Pre-commit with husky & lint-staged
    2 projects | dev.to | 24 Jan 2024
    Now you can config it in your package.json, here is the guide doc:
  • Automating code patterns with Husky
    3 projects | dev.to | 2 Nov 2023
    In the world of software development, maintaining consistent code quality and ensuring that the codebase adheres to predefined patterns and guidelines is crucial. However, manually enforcing these standards can be time-consuming and error-prone. This is where automation tools like Husky, Lint-Staged, Commitlint, and Commitizen come to the rescue. In this post, we will explore how these tools can be combined to streamline your development workflow.
  • Set up linting and formatting for code and (S)CSS files in a Next.js project
    6 projects | dev.to | 26 Apr 2023
    lint-staged is a package that can be used to run formatting and linting commands on staged files in a Git repo.
  • How do you handle eslint/prettier configs across multiple repos?
    9 projects | /r/typescript | 14 Apr 2023
    To answer your next question: I lint and format on save, and I use Git hooks installed by Husky and executed through Lint-Staged (this tool helps ensure your Git hooks only run on modified files, etc) to ensure there are no lint or formatting errors whenever making a commit or pushing code. This is helpful for teams, as some developers tend to forget to run lint tasks, or don't have the Prettier extension installed in their IDE. If there are lint errors, the commit is rejected until fixed. YMMV - you'll need to fine-tune the strictness of this based on the team's needs.
  • How to create and publish a TypeScript library with ease
    7 projects | dev.to | 7 Mar 2023
    Uses Husky Git hooks and Lint-staged pre-commit hooks.
  • How to Contribute on the First Day of a Frontend Project
    5 projects | dev.to | 4 Jan 2023
    Something else to consider is applying linting and formatting before every git commit. A package like Lint-staged only lints and formats on staged items, ensuring all pushed code follows the standards in the repo. This allows developers to have their own formatting preferences when developing, while the code homogenizes on push. Linting pre-commit also avoids strict rules like no-console or no-unused-vars restricting a developer when writing code, when it should only apply in production. Imagine not being able to console log anything during development!
  • Commit Like a PRO
    3 projects | dev.to | 11 Nov 2022
    Lint-Staged Docs
  • How to beautify your code and make contributions easy?
    3 projects | dev.to | 8 Nov 2022
    Additionally, there are pre-commit hooks which can be setup to seamlessly validate and modify the source code before every commit. I followed Prettier documentation to create one. I ran npx mrm@2 lint-staged which installed husky and lint-stagedand added a configuration to the project’s package.json. Then, I modified the commands a little and that's it.
  • Just deployed my first web app. I know it's simple, but any feedback would be greatly appreciated..
    4 projects | /r/webdev | 30 Oct 2022
    I'm noticing a lack of formatting in your JS. Some files have semi-colons, some don't. Some lines are indented more than others. There's inconsistent use of single vs double quotes. You can easily standardize formatting with a Prettier. It's recommend to run it with husky and lint-staged on every commit so you never commit code which is unformatted. (Same with your HTML and CSS which are inconsistently formatted making it harder to read.)
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 28 Mar 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic lint-staged repo stats
50
12,773
8.4
3 days ago
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com