eslint-config-standard

ESLint Config for JavaScript Standard Style (by standard)

Eslint-config-standard Alternatives

Similar projects and alternatives to eslint-config-standard

  1. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  2. Next.js

    The React Framework

  3. htmx

    </> htmx - high power tools for HTML

  4. ESLint

    Find and fix problems in your JavaScript code.

  5. black

    The uncompromising Python code formatter

  6. javascript

    JavaScript Style Guide

  7. Standard

    🌟 JavaScript Style Guide, with linter & automatic code fixer

  8. eslint-plugin-react

    React-specific linting rules for ESLint

  9. Babel (Formerly 6to5)

    🐠 Babel is a compiler for writing next generation JavaScript.

  10. oh-my-fish

    The Fish Shell Framework

  11. nanocolors

    Discontinued Use picocolors instead. It is 3 times smaller and 50% faster.

  12. decimal.js

    An arbitrary-precision Decimal type for JavaScript

  13. JSLint

    JSLint, The JavaScript Code Quality and Coverage Tool

  14. Roslynator

    Roslynator is a set of code analysis tools for C#, powered by Roslyn.

  15. eslint-config-prettier

    Turns off all rules that are unnecessary or might conflict with Prettier.

  16. colorette

    🌈Easily set your terminal text color & styles

  17. prettier

    Prettier is an opinionated code formatter.

  18. standard

    Ruby's bikeshed-proof linter and formatter 🚲 (by standardrb)

  19. eslint-config-google

    Discontinued ESLint shareable config for the Google JavaScript style guide

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

eslint-config-standard discussion

Log in or Post with

eslint-config-standard reviews and mentions

Posts with mentions or reviews of eslint-config-standard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-08.
  • ESLint adoption guide: Overview, examples, and alternatives
    11 projects | dev.to | 8 Aug 2024
    Rules — As covered in great detail above, shared rules are individual coding guidelines provided by the community, such as ESLint Config for standardjs.com
  • PURISTA - Thanks to amazing open-source software
    7 projects | dev.to | 11 Sep 2023
    eslint-config-standard
  • Setting up ESLINT with TS/JS in your React project in 2023
    2 projects | dev.to | 20 Mar 2023
    Based on your requirements and environment, answer the questions accordingly. At least with eslint version 8.0.1, you are only presented with 2 style guides: standard and XO. Personally, I prefer the standard styling guide but at any give time, it is a personal choice and as such feel free to choose any from a bunch of available options. Once all dependencies are installed, ensure that you have the following packages added as devDependencies to your project:
  • [AskJS] favorite JavaScript library
    6 projects | /r/javascript | 28 May 2022
    Hmm right, haven't found too many controversial things in https://github.com/standard/eslint-config-standard/blob/master/.eslintrc.json, besides no-semi fixed by semi-standard and comma-dangle "never" (sucks for git history, they should allow it for multiline cases https://eslint.org/docs/rules/comma-dangle#always-multiline)
  • Some tips on tooling for improving our code
    14 projects | /r/learnprogramming | 8 Feb 2022
    ESLint plugin for StandardJS; allows you to format code as StandardJS, but clear more serious errors too.
  • A notable JavaScript developer shamelessly copied one of my most downloaded nod
    64 projects | news.ycombinator.com | 26 Sep 2021
    The JS Open Source Community is filled with people grifting things like this. Quite notably, there's a linter called JS Standard Style, which actually has nothing to do with JS Standards.

    It's marketed as if it was a standard, the fact that it isn't is tucked away in the readme, and also -- the entire project is just a wrapper around someones .eslintrc file, yet barely any credit is given to the ESLint devs who do all the work.

    Go ahead and read the readme here, https://github.com/standard/standard. Could you genuinely tell this wasn't really a JS Standard at a glance? Could you tell this was just a config file for someone elses work? None of the donations go upstream to eslint by the way.

    Hell, the actual config file is hidden inside a sub repo:

    https://github.com/standard/eslint-config-standard

    which has the audacity to claim

    > This module is for advanced users. You probably want to use standard instead :)

    It's a config file for someone elses program! Why does this library go through so much effort to hide that it's just someones config file? Why on earth is it called JS Standard Style?

    The whole community is filled with slimy nonsense like this.

  • JavaScript Is Weird
    7 projects | news.ycombinator.com | 28 Jun 2021
    Eslint is the default linter. Standard is a curated list of rules with good quality.

    https://github.com/standard/eslint-config-standard

    I would start with that and tweak what you don't like

  • Getting Started with Next.js - VSCode, ESLint and Prettier
    9 projects | dev.to | 31 May 2021
    Well done, we managed to set up ESLint using Airbnb’s JavaScript styling guide to our newly created Next.js project. You could have used another popular styling guide like Google, Standard, or even create your own to your liking.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 18 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic eslint-config-standard repo stats
8
2,618
5.8
8 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?