Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jsx-eslint/eslint-plugin-react

React-specific linting rules for ESLint
https://github.com/jsx-eslint/eslint-plugin-react

Add test case that was causing a crash

73d4941cea01773614469b0603edb091fb54b5b3 authored over 7 years ago
Fix linting errors from the var -> const/let PR

84bd23526bfc52fdae48032ae5702c041399b585 authored over 7 years ago
Rename no-static-typos to no-typos

efb73661b8aed29764487b4bdd12718fde644c41 authored over 7 years ago
Fix another lint error that doesn't show up locally, only on travis :o

3c3baef8757c965557bc6bf7264beeac64b96ee5 authored over 7 years ago
var to const

7620d478bcc472315cb69131091281dd8719a95c authored over 7 years ago
Fix linting errors that popped up after rebase on master

ebd423102d9c734aec047d3f539a9529a1ff4e74 authored over 7 years ago
const to let

3e6892927f2318fa33b1e18f372900929b1ac298 authored over 7 years ago
Properly detect ES6 components and Stateless functional components

49a7dfa3f0cb17f9c6b1f21490575b281fb9fafb authored over 7 years ago
Add suport for FunctionDeclaration to findReturnStatement

findReturnStatement expect "node.value.body.body" to exist, but for FunctionDeclarations
the cor...

faea2af90ac6c3afbd31cd721fa426e118ae15c5 authored over 7 years ago
Update the title for the readme for the file

Added the rule name

Decided to not mention all the possible properties that we check for in the...

36fae242032b58501057edc2c77cab2cc2368118 authored over 7 years ago
Another minor documentation fix

692a94ffb227a153d11204f5ad6d76658c27cf8d authored over 7 years ago
Remove fixer from no-static-typos

89f340cc36c5797f9b9cb98742d845b87d4892d0 authored over 7 years ago
Add fix for no-static-typos

860d7f3d07a176a4a0adf494145e6bc82a9fe4ae authored over 7 years ago
Add no-static-typos rule

345aef44e97061ed5ae02dea00e90fe92782f27e authored over 7 years ago
Add support for childContextTypes

4a596ba9c77bedee193a8b789bd51429be38b8c8 authored over 7 years ago
Fix documentation:

Fix an error with closing the code tag
Add "fixable" to the documentation
Add link to the main R...

6a0a61478b4ed62b0a9fddaf4bcd1e9479e0a042 authored over 7 years ago
Fix syntax errors in tests

ccff8ea64bcdc8763195a53ae46df08b4d34d0df authored over 7 years ago
Add test cases for function components

5ac830ecdbc6abb593a6c57a602b535756ca1e81 authored over 7 years ago
Also handle cases where we declare propTypes outside of the class

394b4d53b0df2f48b985124b782db665447cf0a6 authored over 7 years ago
Remove requiring babel-eslint in the test

01d4338cd8f7e9089ae380275e9bc754e1c02e34 authored over 7 years ago
Merge pull request #1093 from benstepp/bs-async-prop-usage

fix no-unused-prop-types + async class properties and methods

a5dc9b8f2b79971c6214ca4eac24b4c8f2ef8d9d authored over 7 years ago
Merge pull request #1278 from yannickcr/node8

Add Node 8 to Travis and AppVeyor

ab7bd25bba080cd0f48cdfe6a0b2b5df8a459d34 authored over 7 years ago
Merge pull request #1082 from webOS101/sort-comp-classexpression

Fix sort-comp ClassExpression

07b63739834cc36cd84e6e1d66fab0d2ddd04955 authored over 7 years ago
Add Node 8 to Travis and AppVeyor

620bdfa1e97794c30fea8570f192bbfe2d2ccacc authored over 7 years ago
Fix linting errors

In #1277 we enabled some new eslint rules, but the branch hadn't been
freshly rebased, so a few ...

f67f4a96f4d564762add550976fc6b6a009992f1 authored over 7 years ago
Merge pull request #1277 from dfilipidisz/transform-variables

Transform variables

d672588cc39334e215ff5993f859f159fc977d57 authored over 7 years ago
Merge pull request #1264 from EvNaverniouk/boolean-prop-naming

New `boolean-prop-naming` rule for enforcing the naming of booleans

9f3b74079b6c84fce0ccca3a4d6880ecebb3877c authored over 7 years ago
Add eslint rules to enforce changes

68b9b062174e92012291d3ee3c2a928fc506787f authored over 7 years ago
Use const and let instead of var

c4dbda14de68d7d1ad0ad02909b8366655b1d075 authored over 7 years ago
New `boolean-prop-naming` rule for enforcing the naming of boolean prop types

da0affa213e29cbe387582cd3d21be7624026089 authored over 7 years ago
Merge pull request #1005 from yooungt13/patch-1

Update jsx-closing-bracket-location.md

589113f0edfbc457dc79ee27f0ea1f7b3342eb68 authored over 7 years ago
Update jsx-closing-bracket-location.md

3820096578310ea1cf3cf1e71c2f679d8b51b817 authored over 7 years ago
Merge pull request #1250 from ljharb/boolean_inverse

[New] `jsx-boolean-value`: add inverse option for always/never

fd2fba176a63aea518de447fa95be41fe613b805 authored over 7 years ago
Merge pull request #1276 from Hypnosphi/fix/no-find-dom-node

Make no-find-dom-node work correctly with named imports

f70b41795ef8398c416ad799e319874d22a52234 authored over 7 years ago
Merge pull request #1271 from dustinsoftware/issue-1269

Fix crash when rel tag is empty

e67002222dd433d616ee89e2110d9294407d911a authored over 7 years ago
Make no-find-dom-node work correctly with named imports

cbe8ae960be34a0788836ad27c7fdf53ca0c4ea6 authored over 7 years ago
Merge pull request #1272 from dustinsoftware/issue-1266

Add more support for wrapped propTypes

5a55e169522f6c94abbef0ab454ce2bdd7f2086d authored over 7 years ago
Merge pull request #1274 from dfilipidisz/issue-1240

ES6-ify `void-dom-elements-no-children` rule and test file

1c15d262f6e4a65194224098a4ea0cc845c81145 authored over 7 years ago
ES6-ify void-dom-elements-no-children rule and test

ae92a7375161a4d6b9a546b38f54e1350cb4f56c authored over 7 years ago
[New] Add fixer for `jsx/sort-props`

560b77ad6d2dc0ba98ac876cdcbf7ace9ac0f339 authored over 7 years ago
Add support for wrapped propTypes to default-props-match-prop-types

412f44c73fce776111535048a4a9f9327dfc126f authored over 7 years ago
Add support for wrapped propTypes to prop-types

eda7e1ddf8209e6285b12269a9f2aa9ba522a2cb authored over 7 years ago
Update documentation

bb97fc894ccf28d5fa063ef45ab56f86855919c2 authored over 7 years ago
Add support for wrapped propTypes to forbid-prop-types

55e496dd4e2a096e42cca3f85260d6b27b43d808 authored over 7 years ago
Add support for wrapped propTypes to sort-prop-types

b25d7910b13d7f0b8775a9961bd9e15824997a5c authored over 7 years ago
Fix crash when rel tag is empty

Fixes #1269

b9069af56a3366252bfae07843fc96c89d20a137 authored over 7 years ago
Move propWrapperFunctions into settings

b6e3a2f7c0ad08b817468b63a855f04c697f1d55 authored over 7 years ago
Add support for wrapped propTypes to require-default-props

4df159b2ffde555ab5a1d1c9497374e8e5247b53 authored over 7 years ago
Refactor isAlways/isNever logic

Per https://github.com/yannickcr/eslint-plugin-react/pull/1250#discussion_r123389197

a7941015f461abeeb704395cf6518d19616b00ee authored over 7 years ago
Only build up data when needed.

Per https://github.com/yannickcr/eslint-plugin-react/pull/1250#discussion_r123388966

ed4978c3651f82766902180bd07b94b58fe77962 authored over 7 years ago
Merge pull request #1223 from burabure/no-direct-state-mutation-allow-constructor

[Fix] Allow this.state assignment on constructor

61b65a0df207ce4b52d676e3519a8edc8cabf2bb authored over 7 years ago
Merge pull request #1253 from dustinsoftware/forbidExtraProps

[New] `no-unused-prop-types`: Add support for propTypes wrapped in a function

c568d4909166b0085971dbe65f4401783313f89a authored over 7 years ago
Add support for propTypes wrapped in a function

PropTypes would previously get ignored if wrapped in forbidExtraProps.

5770f29fdc8965ecc4f55eac836df7e0179356a0 authored over 7 years ago
Merge pull request #1261 from mminer/fix-default-props-match-prop-types-link

[Docs] Fix link to default-props-match-prop-types rule

ab77cc973b708308b00d669a5991bb69b6208bc5 authored over 7 years ago
Fix link to default-props-match-prop-types rule.

b08bec90b8225441b9c30e3cf5f9fcd1e3fdf2e5 authored over 7 years ago
[Tests] enforce padded-blocks and computed-property-spacing.

5b2f4e39c43fbe6f3ed82874fc95636c585e036e authored over 7 years ago
Update CHANGELOG and bump version

cdfa56f981b98a3dd802f4425a7283f0265395da authored over 7 years ago
Update dependencies

8bdb6a45381846ff355e207891b7baf936273b01 authored over 7 years ago
Remove re-added require-extension rule documentation

5be0be3c810b68e8922198ddd0cecf3a77fc421f authored over 7 years ago
fix flow nested object type spread

7e5863e4700031a3fc7a0c374be928b646773c2a authored over 7 years ago
Add ESLint 4.0.0 to peerDependencies

e7836b58a8c2da479d15866d0b7b4801554b7f1c authored over 7 years ago
Fix indent errors

7cc380a1040854005657f8ad8cdf141faa89a8e8 authored over 7 years ago
Merge pull request #1177 from fatfisz/curly-spacing-for-children

`jsx-curly-spacing`: Enable curly spacing check for children

Fixes #857

32bcb486043b29645a4f483a0302957aa11b2f3c authored over 7 years ago
Update the docs

d57c1153e3ee6c9a75665a16f52320a15d401871 authored over 7 years ago
Add more mixed tests

55151301144365615eb3a9fbde0df0a0d00461f0 authored over 7 years ago
Add the "children" property of the config

408e1b1b3c5790adb6782f539380abd531736319 authored over 7 years ago
Change "spaces" to "when"

7b9d9adf803a7eacda87b84294c0f8aca93805c9 authored over 7 years ago
Add a test case for a fixed bug

Previously when "spacing" was set and "allowMultiline" was missing,
it was set to `undefined` an...

9a8f80083088daa92987dfd739e695402f00559d authored over 7 years ago
Move the first option into the config object

Use the "spaces" name.

0f0ab2199f69cda81b788793ff9049bdf73608b6 authored over 7 years ago
Allow attributes to have their own config

This change does not make sense by itself, but it will with the added
children config.

c9e9ded88580dedff8e5cd5c309266d1ca714051 authored over 7 years ago
Add back the support for the previous config

6903f18f2286ed0f3f0ffdefe6ed25eaef6ae63c authored over 7 years ago
Fix the behavior of the boolean "attributes"

65135b8403ed322bb04ad0316988b67a3ed47acb authored over 7 years ago
[Deps] update `jsx-ast-utils`

8e547eaa72ba37a57f6b140b1787b93272bbe389 authored over 7 years ago
[Dev Deps] update `babel-eslint`, `coveralls`, `mocha`

8abf832a11f7c254850b864bdcda2bda75420e1f authored over 7 years ago
Only apps should have lockfiles.

0c3638015b79e72c187d292269a22562da5d4efe authored over 7 years ago
Fix .eslintrc env settings.

8ff5b94d8ef252e94417a5b6ff4a863205e0dbd4 authored over 7 years ago
[New] `jsx-boolean-value`: add inverse option for always/never

Fixes #1249

dbe6686f6745db9e9ca5ec7e37e70f73d152d5d8 authored over 7 years ago
Merge pull request #1215 from rsolomon/jsx-closing-tag-location

[New] Add indentation rule for closing tag of multi-line jsx

81c8e356df1c98c8734f9d450f8263a0b508bb62 authored over 7 years ago
Merge pull request #1236 from gpeal/gpeal--prop-types

Register prop-types when set through Flow SuperTypeParameters

52f54be49a34c6459b8b8d8c12e7d0c5c63c095b authored over 7 years ago
Merge pull request #1244 from jseminck/no-array-index-key-bug

[Fix] Treat "key" without value as a valid case instead for "no-array-index-key"

d77a2051d75826c78c04ce79c7ac56d53171182a authored over 7 years ago
Treat key without value as a valid case instead of crashing

a9d2cf7fb9650c106b638b93f8bcd83f5c50dbfe authored over 7 years ago
Merge pull request #1241 from 102/patch-1

Update README.md

e28b9d20c33caa2cd24923b7e5a5c74c42f91aa3 authored over 7 years ago
Update README.md

ae7d5f526debce9173ab3b791c27de8402508dd5 authored over 7 years ago
Merge pull request #1239 from webOS101/default-props-match-readme

Update README to include default-props-match-prop-types rule

3e520913d3dbc9dfe30738fbbc54a5a0e22d6238 authored over 7 years ago
Update README to include default-props-match-prop-types rule

708b961f2592c6ce869a3e6cee30408d074a7990 authored over 7 years ago
[New] Add `jsx-max-depth`

Fixes #1219.

34f83a540d0f088882e349f744c8a6360f6cd544 authored over 7 years ago
Merge pull request #1232 from jseminck/no-unused-props-scu-2

Support lifecycle methods with nextProps/prevProps in no-unused-prop-types

11117a4eae8882959c134f930cb2ea26c4b8ea75 authored over 7 years ago
Register prop-types when set through SuperTypeParameters

Signed-off-by: Gabriel Peal <[email protected]>

ee66c3b39555962ba38d8723b6cf606dc67c5930 authored over 7 years ago
Replace .includes with .indexOf

309d37cac5d288f10193f72e8915fba7770c0b4f authored over 7 years ago
Fix the line number and column on which the error appears in the invalid test cases

dda84f406e3942ebbeef28fae1f321323fd519ea authored over 7 years ago
Merge pull request #1231 from vonovak/patch-1

Update jsx-no-bind.md

2748421b44d5b615a95dbbbd8fec2302e3d09d47 authored over 7 years ago
Duplicate the test cases with the default parser.

8983d64d4a1bc487b532b640ce20ce8c2220b48d authored over 7 years ago
Fix typos (linting error)

ebc6778a622b1d65dd95c2cceb060724df595744 authored over 7 years ago
Update jsx-no-bind.md

e7a838e055210be18ecfbf4709d1853ab8b855ed authored over 7 years ago
Allow this.state assignment on constructor

see #832

36c7ade62280cd67ab679bb5b7c223991628bd45 authored over 7 years ago
Fix the invalid test cases added in the previous commit by:

* Extending the list of lifecycle methods
* Checking also for the `prevProps` parameter name

Cu...

6f2dbb787dab19ffa4e12e674a86e7452fb1ff7d authored over 7 years ago
Add a bunch of failing tests.

The valid tests have two props, one is used in the render() function and the other in nextProps ...

e672e0fc3d7e349c1d968ca251cbe421a5947be2 authored over 7 years ago
Merge pull request #1227 from jseminck/dead-code-removal

Remove some dead code

fa510179ed28008ada66c239ed2bbc2037423a09 authored over 7 years ago
Rename function and remove no-op if statement

3ad837f20b75f3447e0d31f8e98fed55d68cb559 authored over 7 years ago
Fix formatting

fffa6c5d5c8b14ce0badca8267858d59526c0c86 authored over 7 years ago