Skip to content
Permalink
master

Commits on Nov 7, 2020

  1. [eslint config] [base] `import/no-extraneous-dependencies`: Add .esli…

    …ntrc.js to devDeps
    
    Similar to #1168 and #1522.
    Kocal authored and ljharb committed Nov 7, 2020

Commits on Nov 6, 2020

  1. [eslint config] v18.2.1

    ljharb committed Nov 6, 2020
  2. [eslint config] [base] v14.2.1

    ljharb committed Nov 6, 2020
  3. [eslint config] [*] [dev deps] update `@babel/runtime`, `eslint-find-…

    …rules`, `eslint-plugin-import`
    ljharb committed Nov 6, 2020

Commits on Oct 26, 2020

  1. [eslint config] [patch] remove deprecated `jsx-a11y/accessible-emoji`…

    … rule
    k-yle authored and ljharb committed Oct 26, 2020

Commits on Oct 24, 2020

  1. [eslint-config] [base] `no-restricted-globals`: add better messages

    samsch authored and ljharb committed Oct 24, 2020

Commits on Oct 23, 2020

  1. [eslint config] [patch] Fix ignoreNonDOM typo in jsx-a11y/aria-role rule

    This should be `ignoreNonDOM` not `ignoreNonDom` according to [documentation](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-role.md).
    amercier authored and ljharb committed Oct 23, 2020

Commits on Oct 22, 2020

  1. [guide] Update reason for preferring object destructuring

    Fixes #2293
    
    The reason for preferring object destructuring is quite narrow in scope. While this guide isn't intended to provide every possible reason for every preference, it perhaps should aim to provide a succinct and compelling reason. The current reasoning could be improved to meet this standard, so I'm proposing adding some additional information to clarify the benefits of what is an often controversial rule (controversial only because its introduction can require many changes in a mature codebase and has no auto fix available).
    michaelaflores committed Oct 22, 2020

Commits on Oct 16, 2020

  1. [guide] Better link reference to Drupal's linter

    This link was taken from their Code standard page: https://www.drupal.org/docs/develop/standards/javascript/eslint-settings
    
    The previous link wasn't very informative and required a download process in order to check their standards.
    danielpaz6 authored and ljharb committed Oct 16, 2020

Commits on Oct 14, 2020

  1. [guide] add explanation about why to use radix when using parseInt

    I added an explanation at [22.3](https://github.com/airbnb/javascript/blob/master/README.md#coercion--numbers) why to use radix once parseInt, this explanation has been taken from [Mozilla's docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt#Octal_interpretations_with_no_radix).
    
    I think it's not clear without an explanation since people can think that it's obvious that string will be parsed to 10 base number, but it's not always the case.
    danielpaz6 authored and ljharb committed Oct 14, 2020

Commits on Oct 11, 2020

  1. [guide] add eslint rule reference for `prefer-object-spread`

    1pete committed Oct 11, 2020

Commits on Oct 6, 2020

  1. [guide] add eslint rule reference for `default-param-last`

    1pete committed Oct 6, 2020

Commits on Sep 23, 2020

  1. [eslint config] [patch] Fixed `handle` and `on` ordering in `sort-com…

    …p` rule
    
    - fixes #2116
    alvyn279 authored and ljharb committed Sep 23, 2020

Commits on Sep 5, 2020

  1. [guide] Fix grammatical errors

    androiddevnotes authored and ljharb committed Sep 5, 2020

Commits on Aug 27, 2020

  1. [guide] fix dead es-discourse link

    Fixes #2274.
    ljharb committed Aug 27, 2020

Commits on Aug 6, 2020

  1. [guide] [react] Add examples for formatting multiline conditional com…

    …ponents
    heyitaki authored and ljharb committed Aug 6, 2020
  2. [eslint config] [*] [dev deps] update `@babel/runtime`, `eslint-find-…

    …rules`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`
    ljharb committed Aug 6, 2020

Commits on Aug 3, 2020

Commits on Jun 27, 2020

  1. [eslint config] [base] add new rules from v7.3

    ljharb committed Jun 27, 2020

Commits on Jun 23, 2020

  1. [eslint config] [*] [deps] update `eslint-plugin-import`, use valid `…

    …import/no-cycle` `maxDepth` option
    ljharb committed Jun 23, 2020

Commits on Jun 18, 2020

  1. [eslint config] v18.2.0

    ljharb committed Jun 18, 2020

Commits on Jun 11, 2020

  1. [eslint config] [base] v14.2.0

    ljharb committed Jun 11, 2020

Commits on Jun 10, 2020

  1. [eslint config] [*] [new] add `eslint` `v7`

    ljharb committed Jun 10, 2020
  2. [eslint config] [*] [deps] update `eslint-plugin-import`

    ljharb committed Jun 10, 2020

Commits on Apr 9, 2020

  1. [eslint config] [minor] Allow using `eslint-plugin-react-hooks` v3 an…

    …d v4
    
    Co-authored-by: Kristóf Poduszló <kripod@protonmail.com>
    Co-authored-by: Jordan Harband <ljharb@gmail.com>
    kripod and ljharb committed Apr 9, 2020
Older
You can’t perform that action at this time.