-
Notifications
You must be signed in to change notification settings - Fork 26.7k
Comparing changes
Open a pull request
base repository: airbnb/javascript
base: eslint-config-airbnb-v18.2.0
head repository: airbnb/javascript
compare: eslint-config-airbnb-v18.2.1
Commits on Jun 23, 2020
-
[eslint config] [*] [deps] update
eslint-plugin-import
, use valid `……import/no-cycle` `maxDepth` option
Configuration menu - View commit details
-
Copy full SHA for c5bee75 - Browse repository at this point
Copy the full SHA c5bee75View commit details
Commits on Jun 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5124de2 - Browse repository at this point
Copy the full SHA 5124de2View commit details
Commits on Aug 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1dc71d3 - Browse repository at this point
Copy the full SHA 1dc71d3View commit details
Commits on Aug 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3dcc591 - Browse repository at this point
Copy the full SHA 3dcc591View commit details -
[eslint config] [*] [dev deps] update
@babel/runtime
, `eslint-find-……rules`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`
Configuration menu - View commit details
-
Copy full SHA for 973384b - Browse repository at this point
Copy the full SHA 973384bView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for a24dc34 - Browse repository at this point
Copy the full SHA a24dc34View commit details
Commits on Aug 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6006d6d - Browse repository at this point
Copy the full SHA 6006d6dView commit details
Commits on Sep 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 337f607 - Browse repository at this point
Copy the full SHA 337f607View commit details
Commits on Sep 23, 2020
-
[eslint config] [patch] Fixed
handle
andon
ordering in `sort-com……p` rule - fixes #2116
Configuration menu - View commit details
-
Copy full SHA for d3c7b84 - Browse repository at this point
Copy the full SHA d3c7b84View commit details
Commits on Oct 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5ebfe3e - Browse repository at this point
Copy the full SHA 5ebfe3eView commit details
Commits on Oct 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 82170f9 - Browse repository at this point
Copy the full SHA 82170f9View commit details
Commits on Oct 14, 2020
-
[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.
Configuration menu - View commit details
-
Copy full SHA for aa43bb2 - Browse repository at this point
Copy the full SHA aa43bb2View commit details
Commits on Oct 16, 2020
-
[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.
Configuration menu - View commit details
-
Copy full SHA for ee2f22a - Browse repository at this point
Copy the full SHA ee2f22aView commit details
Commits on Oct 22, 2020
-
[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).
Configuration menu - View commit details
-
Copy full SHA for 2c5c88d - Browse repository at this point
Copy the full SHA 2c5c88dView commit details
Commits on Oct 23, 2020
-
[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).
Configuration menu - View commit details
-
Copy full SHA for 05c3bb0 - Browse repository at this point
Copy the full SHA 05c3bb0View commit details
Commits on Oct 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b30b0e4 - Browse repository at this point
Copy the full SHA b30b0e4View commit details
Commits on Oct 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8996aa7 - Browse repository at this point
Copy the full SHA 8996aa7View commit details
Commits on Nov 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 25b64d7 - Browse repository at this point
Copy the full SHA 25b64d7View commit details -
[eslint config] [*] [dev deps] update
@babel/runtime
, `eslint-find-……rules`, `eslint-plugin-import`
Configuration menu - View commit details
-
Copy full SHA for f0492d5 - Browse repository at this point
Copy the full SHA f0492d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e149b05 - Browse repository at this point
Copy the full SHA e149b05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36f23d7 - Browse repository at this point
Copy the full SHA 36f23d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7015dd - Browse repository at this point
Copy the full SHA b7015ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for eee79a5 - Browse repository at this point
Copy the full SHA eee79a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5de51e - Browse repository at this point
Copy the full SHA e5de51eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37d48db - Browse repository at this point
Copy the full SHA 37d48dbView commit details
There are no files selected for viewing