Standard VS eslint-config-google

Compare Standard vs eslint-config-google and see what are their differences.

eslint-config-google

ESLint shareable config for the Google JavaScript style guide (by google)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
Standard eslint-config-google
75 12
28,850 1,688
0.2% -
8.0 0.0
3 months ago about 3 years ago
JavaScript JavaScript
MIT License Apache License 2.0
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.

Standard

Posts with mentions or reviews of Standard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-19.

eslint-config-google

Posts with mentions or reviews of eslint-config-google. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-04.
  • Eslint & Prettier Configuration React Native(Airbnb Style)
    5 projects | dev.to | 4 Dec 2023
    # question 1: ? How would you like to use ESLint? … To check syntax only To check syntax and find problems ❯ To check syntax, find problems, and enforce code style # question 2: ? What type of modules does your project use? … ❯ JavaScript modules (import/export) CommonJS (require/exports) None of these # question 3: ? Which framework does your project use? … ❯ React Vue.js None of these # question 4 (select "No", because we won't add TypeScript support for this project): ? Does your project use TypeScript? › No / Yes # question 5: ? Where does your code run? … Browser ✔ Node # question 6: ? How would you like to define a style for your project? … ❯ Use a popular style guide Answer questions about your style Inspect your JavaScript file(s) # question 7 (we'll rely on Airbnb's JavaScript style guide here): ? Which style guide do you want to follow? … ❯ Airbnb: https://github.com/airbnb/javascript Standard: https://github.com/standard/standard Google: https://github.com/google/eslint-config-google # question 8: ? What format do you want your config file to be in? … JavaScript YAML ❯ JSON # the final prompt here is where eslint will ask you if you want to install all the necessary dependencies. Select "Yes" and hit enter: Checking peerDependencies of eslint-config-airbnb@latest The config that you have selected requires the following dependencies: eslint-plugin-react@^7.21.5 eslint-config-airbnb@latest eslint@^5.16.0 || ^6.8.0 || ^7.2.0 eslint-plugin-import@^2.22.1 eslint-plugin-jsx-a11y@^6.4.1 eslint-plugin-react-hooks@^4 || ^3 || ^2.3.0 || ^1.7.0 ? Would you like to install them now with npm? › No / Yes
  • Set Up ESLint and Prettier in a React TypeScript App (2022)
    2 projects | dev.to | 25 Nov 2022
    Feel free to play around with the rules defined above or extend some of the other configurations like eslint-config-google to figure out what’s best suited for your project.
  • 4 popular JavaScript style guides that will help your team write better code
    6 projects | dev.to | 30 May 2022
    The Google JavaScript Style Guide was released in 2012, and it has the complete definition of coding standards used at Google. This style guide has two parts, one focusing on style rules (aesthetic issues of formatting) and the other focusing on language rules (conventions and coding standards). In addition, it has an ESLint package that you can use to incorporate the style guide into your project.
  • Essential VS Code extensions for TypeScript
    6 projects | dev.to | 15 Apr 2022
    Google
  • Patterns and Anti-patterns in Node.js
    12 projects | dev.to | 15 Mar 2022
    It is much easier to understand a large project when its code is written in a consistent style. This is where style guides come in handy. Using a style guide enhances a team's productivity and avoids arguments about the best style guide for Node.js projects. In addition, you can opt-in to already existing style guides created at companies like Google and Airbnb that have been tested with time.
  • A Guide to Order: Setting up Prettier and Eslint with Husky, Lint-staged and Commitizen
    8 projects | dev.to | 17 Feb 2022
    Google’s eslint config
  • EditorConfig, ESLint e Prettier - A tríade dos projetos
    4 projects | dev.to | 3 Dec 2021
  • Setup inicial de aplicações ReactJs
    4 projects | dev.to | 5 Oct 2021
    # 1 - Inicio da configuração do eslint yarn eslint --init # 2 - Escolha a opção "To check syntax, find problems, and enforce code style" How would you like to use ESLint? To check syntax only To check syntax and find problems ❯ To check syntax, find problems, and enforce code style # 3 - Escolha a opção "JavaScript modules (import/export)" What type of modules does your project use? ❯ JavaScript modules (import/export) CommonJS (require/exports) None of these # 4 - Escolha a opção "React" Which framework does your project use? ❯ React Vue.js None of these # 5 - Escolha a opção "Yes" Does your project use TypeScript? No ❯ Yes # 6 - Pressionando a barra de espaço, deixe selecionado somente a opção "Browser" Where does your code run? ✔ Browser Node # 7 - Escolha a opção "Use a popular style guide" How would you like to define a style for your project? … ❯ Use a popular style guide Answer questions about your style Inspect your JavaScript file(s) # 8 - Escolha a opção "Use a popular style guide" How would you like to define a style for your project? … ❯ Use a popular style guide Answer questions about your style Inspect your JavaScript file(s) # 9 - Escolha a opção "Airbnb" Which style guide do you want to follow? ❯ Airbnb: https://github.com/airbnb/javascript Standard: https://github.com/standard/standard Google: https://github.com/google/eslint-config-google XO: https://github.com/xojs/eslint-config-xo # 10 - Escolha a opção "JavaScript" What format do you want your config file to be in? … ❯ JavaScript YAML JSON # 11 - Escolha a opção "Yes" Would you like to install them now with npm? No ❯ Yes
  • AluraFlix - Configurando padrão do código
    6 projects | dev.to | 3 Aug 2021
  • 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.

What are some alternatives?

When comparing Standard and eslint-config-google you can also consider the following projects:

XO - ❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults

eslint-config-xo - ESLint shareable config for XO

typescript-eslint - :sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript

ESLint - Find and fix problems in your JavaScript code.

prettier - Prettier is an opinionated code formatter.

semistandard - :icecream: All the goodness of `standard/standard` with semicolons sprinkled on top.

esbuild-node-tsc - Build your Typescript Node.js projects using blazing fast esbuild

Live Server - A simple development http server with live reload capability.

javascript - JavaScript Style Guide

eslint-config-prettier - Turns off all rules that are unnecessary or might conflict with Prettier.

Babel (Formerly 6to5) - 🐠 Babel is a compiler for writing next generation JavaScript.