quick-lint-js VS eslint-plugin-storybook

Compare quick-lint-js vs eslint-plugin-storybook and see what are their differences.

eslint-plugin-storybook

🎗Official ESLint plugin for Storybook (by storybookjs)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
quick-lint-js eslint-plugin-storybook
17 3
1,477 233
1.6% 2.6%
9.9 6.8
about 1 month ago 16 days ago
C++ TypeScript
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

quick-lint-js

Posts with mentions or reviews of quick-lint-js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-06.

eslint-plugin-storybook

Posts with mentions or reviews of eslint-plugin-storybook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-10.
  • What is Storybook Play function?
    2 projects | dev.to | 10 Mar 2024
    Reference: https://github.com/storybookjs/eslint-plugin-storybook/blob/main/docs/rules/context-in-play-function.md
  • npx storybook init does not work properly? It installs react and react-dom, also the components are full of errors?! Am I doing something wrong?
    3 projects | /r/Angular2 | 1 May 2023
    { "root": true, "ignorePatterns": ["projects/**/*"], "rules": { "prettier/prettier": [ "error", { "endOfLine": "auto" } ] }, "overrides": [ { // TODO: find a way to apply rules on all files ending with .ts except for files ending with .stories.ts "files": ["*.ts"], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:@angular-eslint/recommended", "plugin:@angular-eslint/template/process-inline-templates", "plugin:prettier/recommended" ], "rules": { // https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin/docs/rules "@angular-eslint/directive-selector": [ "error", { "type": "attribute", "prefix": "hv", "style": "camelCase" } ], "@angular-eslint/component-selector": [ "error", { "type": "element", "prefix": "hv", "style": "kebab-case" } ], // https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/eslint-plugin/docs/rules "@typescript-eslint/member-ordering": "error", "@typescript-eslint/naming-convention": "error", // https://eslint.org/docs/latest/rules/ "default-case": "error", "default-case-last": "error" } }, { "files": ["*.html"], "extends": [ "plugin:@angular-eslint/template/recommended", "plugin:prettier/recommended" ], "rules": { // https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin-template/docs/rules "@angular-eslint/template/no-duplicate-attributes": ["error"], "@angular-eslint/template/attributes-order": ["error"], "@angular-eslint/template/no-call-expression": [ "error" ], "@angular-eslint/template/accessibility-elements-content": [ "error", { "allowList": [ "ariaLabel" ] } ], "@angular-eslint/template/accessibility-valid-aria": [ "error" ] } }, { "files": ["*.stories.@(ts|mjs|cjs)"], "extends": ["plugin:storybook/recommended"] // https://github.com/storybookjs/eslint-plugin-storybook/tree/main/docs/rules // "rules": {} } ] }
  • ESLint plugin for Storybook
    3 projects | /r/javascript | 22 Dec 2021
    Maintainer here! Thanks for sharing that. I feel the same pain as you, I created a GH issue for it if you ever want to keep track of that: https://github.com/storybookjs/eslint-plugin-storybook/issues/71

What are some alternatives?

When comparing quick-lint-js and eslint-plugin-storybook you can also consider the following projects:

weggli - weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases.

angular-eslint - :sparkles: Monorepo for all the tooling related to using ESLint with Angular

rslint - A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate

eslint-config-canonical - The most comprehensive ES code style guide.

opensg-1.8 - This is a stripped down version of OpenSG 1.8.

eslint-plugin-perfectionist - 🦄 ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.

deno_lint - Blazing fast linter for JavaScript and TypeScript written in Rust

ESLint - Find and fix problems in your JavaScript code.

zigmod - 📦 A package manager for the Zig programming language.

MilkyTracker - An FT2 compatible music tracker

OptSched - Optimizing scheduler. Combinatorial instruction scheduling project.