Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
feat(eslint-plugin): [explicit-function-return-type] allowHigherOrderFunctions (#193)#538
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
JamesHenry merged 17 commits intotypescript-eslint:masterfromSvish:feature/explicit-function-return-type-allow-curryingJun 3, 2019
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
17 commits Select commitHold shift + click to select a range
68ef0b1
fix(eslint-plugin): explicit-function-return-type allowCurry (#193)
Svishf906397
chore: added allowCurrying to docs
Svish8e1a82f
chore: more logical tests and docs
Svish0c8af62
chore: moved tests after existing tests
Svish8b52be0
Corrected int => number
Svish4101273
Removed irrelevant test arguments for better clarity
Svishbddedcc
Made allowCurrying cover more cases as requested
Svish45c6b13
Updated allowCurrying documentation
Svishd9d1753
Merge branch 'master' into feature/explicit-function-return-type-allo…
Svishea519d2
Added example of regular curried function in documentation
Svishca30d65
Merge branch 'master' into feature/explicit-function-return-type-allo…
Svish7807778
Added tests to cover remaining branch in my code
Svish1651e47
Ignore impossible to hit else branch
Svish3182953
Renamed option
Svish0d9905c
Merge branch 'master' into feature/explicit-function-return-type-allo…
Svishbde1fdd
Merge branch 'master' into feature/explicit-function-return-type-allo…
Svish5e6b47c
Merge branch 'master' into feature/explicit-function-return-type-allo…
SvishFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
33 changes: 31 additions & 2 deletionspackages/eslint-plugin/docs/rules/explicit-function-return-type.md
This file contains hidden or 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
59 changes: 58 additions & 1 deletionpackages/eslint-plugin/src/rules/explicit-function-return-type.ts
This file contains hidden or 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
186 changes: 186 additions & 0 deletionspackages/eslint-plugin/tests/rules/explicit-function-return-type.test.ts
This file contains hidden or 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
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.