Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
jsx-eslint
Maintaining `eslint-plugin-react` and `eslint-plugin-jsx-a11y`, and associated tooling
Collective -
Host: opensource -
https://opencollective.com/jsx-eslint
- Code: https://github.com/jsx-eslint
Fix no-array-index-key typo
github.com/jsx-eslint/eslint-plugin-react - c5862733264aa304fbee8241ce1d6dbafc96e69e authored almost 8 years ago by Joe Lencioni <[email protected]>github.com/jsx-eslint/eslint-plugin-react - 8e207b8c9db03a526715077beeb80e0a3ff2f3e4 authored almost 8 years ago by Danny Guo <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - bb9bc9756fea1671df7f9b7bb9a14f906ebdcaee authored almost 8 years ago by George <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 24128bb96129b74ad8a11b17924158f1372d3661 authored almost 8 years ago by Ethan Cohen <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - d901e4290131b050bdbe25aa9d39c49fb3fb8264 authored almost 8 years ago by Ethan Cohen <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 6db5157431f336253d08ee99846f722372e0f72b authored almost 8 years ago by Ethan Cohen <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 82446576ea7568219463837a7cb9b9537e1998a1 authored almost 8 years ago by Ethan Cohen <[email protected]>
github.com/jsx-eslint/jsx-ast-utils - 05aaea42be29b0404cdfff8b6b7baf0bd3c8a4cd authored almost 8 years ago by Ethan Cohen <[email protected]>
github.com/jsx-eslint/jsx-ast-utils - c47a7771324c46eb99641924c2aa88b20d1533a8 authored almost 8 years ago by Ethan Cohen <[email protected]>
github.com/jsx-eslint/jsx-ast-utils - b4d9ce96551ee36c16abffe0d030d9b0a425cd8b authored almost 8 years ago by Ethan Cohen <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 2fd4c69e5002422f2681e3e425645032c56d36a0 authored almost 8 years ago by J. Renée Beach <[email protected]>
* Add utility to list JSX event handlers
* Fix eslint failures; Update README
* Remove con...
github.com/jsx-eslint/jsx-ast-utils - 0e026c8490037694daae9bd7d8871dbfd99b474c authored almost 8 years ago by J. Renée Beach <[email protected]>Add eslint-flowtypes plugin. Add flow tpe definitions for ESLint
github.com/jsx-eslint/eslint-plugin-jsx-a11y - a513bf53114afdef42f0e49076a89386ccc2f3ab authored almost 8 years ago by J. Renée Beach <[email protected]>github.com/jsx-eslint/eslint-plugin-jsx-a11y - fc6744a95b017e212cef60d2b95d9ef968ddc90e authored almost 8 years ago by J. Renée Beach <[email protected]>
Introduce aria-query; remove roles.json, ARIA.json and DOM.json
github.com/jsx-eslint/eslint-plugin-jsx-a11y - cac0693015ef0cc281252105c1d9c8c2df258c7b authored almost 8 years ago by J. Renée Beach <[email protected]>github.com/jsx-eslint/eslint-plugin-jsx-a11y - e3cdfa814b61b4a00f348d80b19a2f47c4a70766 authored almost 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - bc77ffb527aefafa73f2e080d1cd16309df495e1 authored almost 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 24b9922914fc236733a147de317acb9a8d68c2df authored almost 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 2c29c6cc37dc6ff22954520d413ee89c9798f1eb authored almost 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 762f44c63dd46b6f497bbc5cdf417253c75da777 authored almost 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 34187e463289a08c89db55f950c24275197862b2 authored almost 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 60c487ee5b1516865fd1fba8311308200271fe56 authored almost 8 years ago by Ethan Cohen <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - b8932b244bb788faa346660024e6b04f1ae93aab authored almost 8 years ago by J. Renée Beach <[email protected]>
May specify a list of forbidden elements and a custom reporting message
github.com/jsx-eslint/eslint-plugin-react - d884a9878912856fc86788224c77a01ed47f77e2 authored almost 8 years ago by Kenneth Chung <[email protected]>Add void-dom-elements-no-children rule
github.com/jsx-eslint/eslint-plugin-react - c97dd0f77d6f958b986140ea526d1b4816f82a61 authored almost 8 years ago by Joe Lencioni <[email protected]>To be consistent with the "Rule Options" section and other docs
github.com/jsx-eslint/eslint-plugin-react - a84d5f51256351993d33b37472044bdc2143e375 authored almost 8 years ago by Kenneth Chung <[email protected]>github.com/jsx-eslint/eslint-plugin-react - 9af8d255abde0df671d12ed315df1ce540b22c8a authored almost 8 years ago by Jonathan Haines <[email protected]>
fixes #885
github.com/jsx-eslint/eslint-plugin-react - d5c3e91e5d3f2e679832ae3b36e850abbfb58188 authored almost 8 years ago by Jonathan Haines <[email protected]>
Make sure it works when a prop is on the same line as the start line of
the tag, as well as with...
In this patch we now consider props to be on the same "line" if the line
of where one prop ends ...
If `when` is set to `multiline`, then this rule skips checking entirely
if the jsx opening tag i...
Test for require-default-props rule filter of undefined exception
github.com/jsx-eslint/eslint-plugin-react - 30e0206403e73fabd59b2ef6c5aa784d1cc8a857 authored almost 8 years ago by Jordan Harband <[email protected]>github.com/jsx-eslint/eslint-plugin-react - 70cb06d0e55d125bd8c9b6bea67285a74c3e4b54 authored almost 8 years ago by Carl Rosell <[email protected]>
There are some HTML elements that are only self-closing (e.g. `img`,
`br`, `hr`). These are coll...
Update img-has-alt docs for latest recommendation
github.com/jsx-eslint/eslint-plugin-jsx-a11y - e79033677c2765fa02b79f7f22db011688d7fc13 authored almost 8 years ago by Joe Lencioni <[email protected]>I didn't notice there were comments here.
github.com/jsx-eslint/eslint-plugin-react - e6fdd02862e49084e1ebadae0bac752476270be2 authored almost 8 years ago by Joe Lencioni <[email protected]>Improve syntax highlighting of code snippets
github.com/jsx-eslint/eslint-plugin-react - 3c518e7ab5f9e774af8c92285da8fc1b56c0246d authored almost 8 years ago by Joe Lencioni <[email protected]>github.com/jsx-eslint/eslint-plugin-react - ccfff5a7674980f9295f405c55cf9a9fb2ef886c authored almost 8 years ago by Jordan Harband <[email protected]>
Using the jsx tag on the fenced code blocks will instruct GitHub to use
JSX syntax highlighting,...
github.com/jsx-eslint/eslint-plugin-react - e332b08694de6271674bdf2182f03b399306ba82 authored almost 8 years ago by Jordan Harband <[email protected]>
"jsx-indent" -> "react/jsx-indent"
github.com/jsx-eslint/eslint-plugin-react - 7212479c6b1a73450a37898450ca0cf39e402910 authored almost 8 years ago by Joe Lencioni <[email protected]>jsx-sort-props noSortAlphabetically option
github.com/jsx-eslint/eslint-plugin-react - c62dccf74752ed7d01299cf54fb856c9c904dcb3 authored almost 8 years ago by Joe Lencioni <[email protected]>Check for createElement being called from React
github.com/jsx-eslint/eslint-plugin-react - 4df3bab0dd023a36755b57b86cf86e33e1b65c5b authored almost 8 years ago by Joe Lencioni <[email protected]>Minor documentation updates for no-unused-prop-types rule for issue 976
github.com/jsx-eslint/eslint-plugin-react - 3949b50682677119b98bdc0bc511e0062daf9723 authored almost 8 years ago by Joe Lencioni <[email protected]>
Generally speaking, developers should choose to avoid ARIA attributes if
the same thing can be ...
Fix `require-default-props` rule when using Flow type from assignment
github.com/jsx-eslint/eslint-plugin-react - 1bbbbba94f7d955c3790f77e6257ac9092dd8fb0 authored almost 8 years ago by Jordan Harband <[email protected]>github.com/jsx-eslint/eslint-plugin-react - 9a4eeba446d937342805079930e07fdde43978c8 authored almost 8 years ago by Evgueni Naverniouk <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 866cb92afc7d06cd71d96f1373339b214a718a70 authored almost 8 years ago by Dieter Luypaert <[email protected]>
github.com/jsx-eslint/eslint-plugin-react - 5827897bfbcf533a286b077622db853f57f36d90 authored almost 8 years ago by Jordan Harband <[email protected]>
Also, require template literals instead of concatenation, and auto fix.
github.com/jsx-eslint/eslint-plugin-react - a23611e09dac5fdf137bd40f109482277cb0fa29 authored almost 8 years ago by Jordan Harband <[email protected]>github.com/jsx-eslint/eslint-plugin-react - 7708adb29603f365dd2bdabc0bd5d56c1b0e3073 authored almost 8 years ago by Jordan Harband <[email protected]>
github.com/jsx-eslint/eslint-plugin-react - a4f4b60a599a8d4a0abb85cfee9b56e8789c7f7c authored almost 8 years ago by Jordan Harband <[email protected]>
github.com/jsx-eslint/eslint-plugin-react - 917bc8733c6ce629f18f3ae0851f5d6bcdb4ef99 authored almost 8 years ago by Jordan Harband <[email protected]>
Per https://github.com/yannickcr/eslint-plugin-react/issues/812#issuecomment-273695512
github.com/jsx-eslint/eslint-plugin-react - 8121f58823bdf9c95591357ebd6547983cc456a0 authored almost 8 years ago by Jordan Harband <[email protected]>https://greenkeeper.io/
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 2ceb0343d25269d521e84b87662ae0ff4d26f3f9 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>github.com/jsx-eslint/eslint-plugin-jsx-a11y - 5f6061bdea7219b9ec0c042a36c8a6739dd32d22 authored almost 8 years ago by Ethan Cohen <[email protected]>
Added --save-dev to npm install commands in readme
github.com/jsx-eslint/eslint-plugin-react - fcacb51579154e4acb3da416b805fad4bd1a4b94 authored almost 8 years ago by Yannick Croissant <[email protected]>github.com/jsx-eslint/eslint-plugin-react - a151815152a8130bba5c493b871a6124b235a78d authored almost 8 years ago by Yannick Croissant <[email protected]>
show context in pure component for clarity
github.com/jsx-eslint/eslint-plugin-react - 5efd3925548e13afe6d0a9f2af09af097dd231b8 authored almost 8 years ago by Yannick Croissant <[email protected]>Fix no-array-index-key rule exception
github.com/jsx-eslint/eslint-plugin-react - 70d48a8ec85f50f4f709778c954003bfa9e2e5ff authored almost 8 years ago by Jordan Harband <[email protected]>github.com/jsx-eslint/eslint-plugin-react - 941a67d90583b523ba4508e67cf4ee79ac818924 authored almost 8 years ago by wKich <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - c70217e772dab51cb377e591a14ec349e65fff0c authored almost 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-react - 30af256d432a1f8b7bddfcc5b4a75d3a4662e553 authored almost 8 years ago by Rosenberg-Contractor, Keith (CORP) <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 18587e0d1c8d9251282093195492aa44bfe09886 authored almost 8 years ago by J. Renée Beach <[email protected]>
Move parser options into a common module that maps them into test cases
github.com/jsx-eslint/eslint-plugin-jsx-a11y - a712a6795f70b9503552ff4d73a191f9272eea45 authored almost 8 years ago by J. Renée Beach <[email protected]>github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1215201a7d7552ceffb74a27b54d0d8687d5ae67 authored almost 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 87e008e3336c1e00914905c73e305c816fb5027d authored almost 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 91984391b93a173e1c8138f0fe09b85a342205cd authored almost 8 years ago by Jesse Renee Beach <[email protected]>
* Add the Flow project
* Remove node_modules dir from the flowconfig ignore
* Add the ast-...
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 977b57c43a1da48513a009641bee0f0d87885602 authored almost 8 years ago by J. Renée Beach <[email protected]>github.com/jsx-eslint/eslint-plugin-react - 0e8a1be4c15e444339c4111476a3112f4205d873 authored almost 8 years ago by Neil Kistner <[email protected]>
github.com/jsx-eslint/eslint-plugin-react - a33db3be709b6177355f960003f72eef3368f372 authored about 8 years ago by Yannick Croissant <[email protected]>
github.com/jsx-eslint/eslint-plugin-react - 0fcf32170025e8ea08b7018e694f11008a2027be authored about 8 years ago by Yannick Croissant <[email protected]>
github.com/jsx-eslint/eslint-plugin-react - bad47d6a005a5738f25eecc0ab55e1d8181cd0e6 authored about 8 years ago by Yannick Croissant <[email protected]>
github.com/jsx-eslint/eslint-plugin-react - 13806f1bc99817c06223a2b799bdc1125d208290 authored about 8 years ago by Yannick Croissant <[email protected]>
With the `allowGlobals` enabled, the global scope will be ignored when
checking for defined comp...
* [new] - Add no-redundant-roles rule
Fixes #149
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 9ee1242ccd03d45ffe5cc0b2457dd720a310f532 authored about 8 years ago by Ethan Cohen <[email protected]>Fix link typo for 'accessible-emoji'
github.com/jsx-eslint/eslint-plugin-jsx-a11y - d394b4c5e48f800e1f22d2416b38360a50db8e97 authored about 8 years ago by Joe Lencioni <[email protected]>github.com/jsx-eslint/eslint-plugin-jsx-a11y - f37cf61ed1ce832bb3720994306cc5aeae8c7e6a authored about 8 years ago by Wasim Hossain <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - d8ba4b0f81f5052fad6727025203afb9f4fb547c authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - a94bb851d623e73cd032c74224e074051daf56e6 authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1b06a2d494b2484b02086ceaa86b97a172dd20d4 authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 84d0078b9704728db75db802381e5bc3f9c0bdd0 authored about 8 years ago by Jesse Renee Beach <[email protected]>
Explicitly distinguish interactive from non-interactive elements and roles
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 770eaadd656812c030252a137783d5b73bbe3541 authored about 8 years ago by J. Renée Beach <[email protected]>github.com/jsx-eslint/eslint-plugin-jsx-a11y - 7f0f06adf2c7ec293b8907af75687eeec417ebc2 authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 6d2ffd34ffc4cec47806e03417e40c2450dca524 authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1a98ac834a6e91200e860747493e5eda0bed8c4b authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - d4852151f2cfdb7c0f1198c22afec582dca7a4bc authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 0794f647be6e380d32cc579dc366c1461bbfdec2 authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 339e0dabc12891a46f590f2a322ce009c6160a35 authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - ee35ae5bf33991292568445dc0ed459d291b2850 authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - dd8d9a426864726305dcf23e00161615412b18ea authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 2a7a3b028ad260f56059f6a777ffde89e8ed06c8 authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 0b5b26149d792f7f4642513228b0fab0784dce6b authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - fa8e6dc81312658d4e3cd4bb2dee6632d496057e authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 390143b8b4f77b1725bfb1d7e8b6a83cddeb6cee authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/jsx-ast-utils - f617f70967c07f3d99952b9f70cee63a61925db9 authored about 8 years ago by Ethan Cohen <[email protected]>
* Add yarn installation commands.
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 8b6d82a041e9ffaaf3c65f360b4a71b7ecf75ef8 authored about 8 years ago by ryanvanoss <[email protected]>[new][dev] Add the new rule to the index, extends #139
github.com/jsx-eslint/eslint-plugin-jsx-a11y - e7e2443cdc5fc9aa739e55a5154cd7a07908ee38 authored about 8 years ago by J. Renée Beach <[email protected]>github.com/jsx-eslint/eslint-plugin-jsx-a11y - c7931ebdaf851df8e644b949b89f2267d3b2c6a3 authored about 8 years ago by Jesse Renee Beach <[email protected]>
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 11139b1af69b2424f28c99ae78e2905450d18a08 authored about 8 years ago by Jesse Renee Beach <[email protected]>