Skip to content
Permalink
Branch: master
Commits on Mar 31, 2020
  1. [guide] unquote properties in whitespace key spacing section

    wenzi0github authored and ljharb committed Mar 31, 2020
Commits on Mar 16, 2020
  1. [eslint config] [base] [patch] Allow triple-slash (///) comments

    bl00mber authored and ljharb committed Mar 16, 2020
  2. [eslint config] [base] [patch] Disable `prefer-object-spread` for `ai…

    bl00mber authored and ljharb committed Mar 16, 2020
    …rbnb-base/legacy`
Commits on Mar 14, 2020
  1. [eslint config] [patch] relax `eslint-plugin-react-hooks` down to v2.…

    ljharb committed Mar 14, 2020
    …3, due to a controversial change in v2.5
    
    Fixes #2195.
  2. [eslint config] readme: fix typo

    davidjbradshaw authored and ljharb committed Mar 14, 2020
Commits on Mar 13, 2020
  1. [eslint config] v18.1.0

    ljharb committed Mar 13, 2020
Commits on Mar 12, 2020
  1. [eslint config] [base] v14.1.0

    ljharb committed Mar 12, 2020
  2. [eslint config] [*] [deps] update `eslint`, `eslint-plugin-react`, `e…

    ljharb committed Mar 12, 2020
    …slint-plugin-react-hooks`
Commits on Mar 11, 2020
  1. [react] Update Chinese (Simplified) Translation

    jhcccc authored and ljharb committed Mar 11, 2020
    The translation for Chinese (Simplified) is outdated. Changed to an up-to-date translation that synced with current English version, enhanced expressions for better readability, and also added notes of technical terms for Chinese readers.
Commits on Mar 9, 2020
Commits on Mar 2, 2020
  1. guide: import/extensions rule documentation

    cain authored and ljharb committed Mar 2, 2020
Commits on Feb 28, 2020
  1. [guide]: add "bigint" type to the primitives type section.

    lagagain authored and ljharb committed Feb 28, 2020
    ```js
    var bn = 123n
    ```
    (with "n" as suffix)
Commits on Feb 20, 2020
  1. [eslint config] [minor] Fix typo in no-multiple-empty-lines rule

    Luis729 authored and ljharb committed Feb 20, 2020
     ## Why is the change being made?
    
    This change is made because the Airbnb documentation states to "avoid a
    newline at the beginning of files", yet the code does not follow this.
    
     ## What has changed to address the problem?
    
    This change fixes the `no-multiple-empty-lines` rule by setting max
    beginning of file (`maxBOF`) to from 1 to 0.
    
     ## How was this change tested?
    
    This change was tested with `npm test`.
    
     ## Related docs
    
    https://github.com/airbnb/javascript#whitespace--no-multiple-empty-lines
Commits on Feb 14, 2020
Commits on Feb 7, 2020
  1. [eslint config] [base] Fix indentation with JSX Fragments

    bertho-zero authored and ljharb committed Feb 7, 2020
  2. [eslint config] [*] [dev deps] update `@babel/runtime`, `babel-preset…

    ljharb committed Feb 7, 2020
    …-airbnb`, `safe-publish-latest`, `tape`
Commits on Dec 11, 2019
Commits on Nov 23, 2019
  1. [eslint config] [*] [readme] normalize multiline word according to me…

    geo4orce authored and ljharb committed Nov 23, 2019
    …rriam-webster
Commits on Nov 8, 2019
  1. [guide] fix possible typo

    vsemozhetbyt committed Nov 8, 2019
Commits on Nov 3, 2019
  1. [guide] Document `class-methods-use-this`

    IGassmann authored and ljharb committed Nov 3, 2019
    This PR documents the currently enforced `class-methods-use-this` ESlint rule as discussed in #2129
Commits on Oct 28, 2019
  1. [eslint config] [base] [patch] `import/no-extraneous-dependencies`: S…

    jscheffner authored and ljharb committed Oct 28, 2019
    …upport karma config files
Commits on Oct 5, 2019
  1. [tests] re-enable eslint rule `prefer-destructuring` internally

    1pete authored and ljharb committed Oct 5, 2019
  2. [eslint config] [base] [minor] enable `import/no-useless-path-segment…

    1pete authored and ljharb committed Oct 5, 2019
    …s` for commonjs
    
    Fixes #2077.
  3. [tests] fix eslint errors from c66cfc3

    1pete authored and ljharb committed Oct 5, 2019
Commits on Oct 4, 2019
  1. [eslint config] [patch] Add `static-variables` to `sort-comp` rule

    foglerek authored and ljharb committed Oct 4, 2019
Commits on Oct 3, 2019
  1. [eslint config] [patch] Remove duplicate `componentDidCatch`

    Hypnosphi authored and ljharb committed Oct 3, 2019
    See #2043 (comment)
    
    I left the one before `cWU`, as in [defaults](#2043 (comment))
Commits on Sep 30, 2019
  1. [guide] Fix Temporal dead zone link anchor

    Cactusx09 authored and ljharb committed Sep 30, 2019
Commits on Sep 16, 2019
  1. [eslint config] [minor] Support eslint-plugin-react-hooks@2

    perrin4869 authored and ljharb committed Sep 16, 2019
Older
You can’t perform that action at this time.