-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding jsxa11y into eslint rules #23932
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
7607089
adding jsx-a11y rules into eslint
bhavyarm 2997dbc
adding jsx-a11y rules into eslint
bhavyarm 8332beb
Merge branch 'master' into jsxa11yLintChanges
bhavyarm c817db0
Merge remote-tracking branch 'upstream/master' into jsxa11yLintChanges
bhavyarm 5d66958
add integrity checks to yarn.lock --no-verify
jbudz d5a3aab
Merge pull request #3 from jbudz/23932
bhavyarm 3a47075
updating yarn.lock
bhavyarm 1eb4c0e
addressing review comments and removing unnecssary code
bhavyarm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1586,6 +1586,14 @@ argparse@~0.1.15: | |
underscore "~1.7.0" | ||
underscore.string "~2.4.0" | ||
|
||
aria-query@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc" | ||
integrity sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w= | ||
dependencies: | ||
ast-types-flow "0.0.7" | ||
commander "^2.11.0" | ||
|
||
arr-diff@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" | ||
|
@@ -1748,6 +1756,11 @@ [email protected]: | |
esprima "~1.0.4" | ||
through "~2.3.4" | ||
|
||
[email protected], ast-types-flow@^0.0.7: | ||
version "0.0.7" | ||
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad" | ||
integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0= | ||
|
||
ast-types@^0.7.0: | ||
version "0.7.8" | ||
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.7.8.tgz#902d2e0d60d071bdcd46dc115e1809ed11c138a9" | ||
|
@@ -1888,6 +1901,13 @@ axios@^0.18.0: | |
follow-redirects "^1.3.0" | ||
is-buffer "^1.1.5" | ||
|
||
axobject-query@^2.0.1: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.2.tgz#ea187abe5b9002b377f925d8bf7d1c561adf38f9" | ||
integrity sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww== | ||
dependencies: | ||
ast-types-flow "0.0.7" | ||
|
||
[email protected]: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/b64/-/b64-4.0.0.tgz#c37f587f0a383c7019e821120e8c3f58f0d22772" | ||
|
@@ -3980,6 +4000,11 @@ [email protected], commander@~2.9.0: | |
dependencies: | ||
graceful-readlink ">= 1.0.0" | ||
|
||
commander@^2.11.0: | ||
version "2.19.0" | ||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" | ||
integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg== | ||
|
||
commander@~2.13.0: | ||
version "2.13.0" | ||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c" | ||
|
@@ -4794,6 +4819,11 @@ d@1: | |
dependencies: | ||
es5-ext "^0.10.9" | ||
|
||
damerau-levenshtein@^1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514" | ||
integrity sha1-AxkcQyy27qFou3fzpV/9zLiXhRQ= | ||
|
||
dashdash@^1.12.0: | ||
version "1.14.1" | ||
resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" | ||
|
@@ -5443,6 +5473,11 @@ elliptic@^6.0.0: | |
minimalistic-assert "^1.0.0" | ||
minimalistic-crypto-utils "^1.0.0" | ||
|
||
emoji-regex@^6.5.1: | ||
version "6.5.1" | ||
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.5.1.tgz#9baea929b155565c11ea41c6626eaa65cef992c2" | ||
integrity sha512-PAHp6TxrCy7MGMFidro8uikr+zlJJKJ/Q6mm2ExZ7HwkyR9lSVFfE3kt36qcwa24BQL7y0G9axycGjK1A/0uNQ== | ||
|
||
emojis-list@^2.0.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" | ||
|
@@ -5861,6 +5896,20 @@ eslint-plugin-jest@^21.22.1: | |
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.22.1.tgz#bc805e9b1c75c3bc92e47c44dd41370c1af7ebcc" | ||
integrity sha512-OcVizyXljSps3nVfuPomfK8RKt7jvDsIsDrO7l1ZA4bDbiO9bEGWpsdU/x5F0pymVDG7ME88VlTboxbYJumLGQ== | ||
|
||
eslint-plugin-jsx-a11y@^6.1.2: | ||
version "6.1.2" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.2.tgz#69bca4890b36dcf0fe16dd2129d2d88b98f33f88" | ||
integrity sha512-7gSSmwb3A+fQwtw0arguwMdOdzmKUgnUcbSNlo+GjKLAQFuC2EZxWqG9XHRI8VscBJD5a8raz3RuxQNFW+XJbw== | ||
dependencies: | ||
aria-query "^3.0.0" | ||
array-includes "^3.0.3" | ||
ast-types-flow "^0.0.7" | ||
axobject-query "^2.0.1" | ||
damerau-levenshtein "^1.0.4" | ||
emoji-regex "^6.5.1" | ||
has "^1.0.3" | ||
jsx-ast-utils "^2.0.1" | ||
|
||
eslint-plugin-mocha@^5.2.0: | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-5.2.0.tgz#d8786d9fff8cb8b5f6e4b61e40395d6568a5c4e2" | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: I have no idea which rules we need, which not, so I'll leave it up to you :) The stricter we're the better for me :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++ we have definitely gone on the stricter route :)