Branch: master
-
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
[eslint config] [base] [patch] Disable `prefer-object-spread` for `ai…
…rbnb-base/legacy`
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
[eslint config] [patch] relax `eslint-plugin-react-hooks` down to v2.…
…3, due to a controversial change in v2.5 Fixes #2195.
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
[eslint config] [deps] update `eslint-config-airbnb-base`
ljharb committedMar 13, 2020 Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
[eslint config] [*] [deps] update `eslint`, `eslint-plugin-react`, `e…
…slint-plugin-react-hooks`
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
[Dev Deps] update `@babel/runtime`
ljharb committedMar 12, 2020 Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
[Tests] actually run the linter on subpackages
ljharb committedMar 12, 2020 Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
[react] Update Chinese (Simplified) Translation
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.
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
[guide]: add "bigint" type to the primitives type section.
```js var bn = 123n ``` (with "n" as suffix)
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
[eslint config] [minor] Fix typo in no-multiple-empty-lines rule
## 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
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
[eslint config] add config for disabled new rules
ljharb committedFeb 14, 2020 Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
[Dev Deps] update `markdownlint-cli`
ljharb committedFeb 7, 2020 Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
[eslint config] [*] [deps] update `eslint-plugin-import`, `eslint-plu…
ljharb committedFeb 7, 2020 …gin-react`
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
[eslint config] [*] [dev deps] update `@babel/runtime`, `babel-preset…
ljharb committedFeb 7, 2020 …-airbnb`, `safe-publish-latest`, `tape`
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
[eslint config] [*] [deps] update `object.entries`
ljharb committedFeb 7, 2020 Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
[eslint config] [base] [deps] [minor] add new disabled rules, update …
ljharb committedDec 11, 2019 …eslint
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
[eslint-config] [*] [fix] `whitespace`: only set erroring rules to "w…
ljharb committedDec 11, 2019 …arn" Fixes #2105
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
[guide] Document `class-methods-use-this`
This PR documents the currently enforced `class-methods-use-this` ESlint rule as discussed in #2129
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
[eslint config] [base] [patch] `import/no-extraneous-dependencies`: S…
…upport karma config files
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
[eslint config] [base] [minor] enable `import/no-useless-path-segment…
…s` for commonjs Fixes #2077.
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits -
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
[eslint config] [patch] Remove duplicate `componentDidCatch`
See #2043 (comment) I left the one before `cWU`, as in [defaults](#2043 (comment))
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits
-
Verified
This commit was signed with a verified signature.ljharb Jordan Harband
GPG key ID: 9F6A681E35EF8B56 Learn about signing commits