-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(eslint-plugin): Migrate plugin to ts #120
Merged
Merged
Conversation
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
armano2
reviewed
Jan 22, 2019
packages/eslint-plugin/src/lib/rules/type-annotation-spacing.ts
Outdated
Show resolved
Hide resolved
armano2
reviewed
Jan 22, 2019
43081j
reviewed
Jan 22, 2019
43081j
reviewed
Jan 22, 2019
43081j
reviewed
Jan 22, 2019
43081j
reviewed
Jan 22, 2019
43081j
reviewed
Jan 22, 2019
43081j
reviewed
Jan 22, 2019
43081j
reviewed
Jan 22, 2019
43081j
reviewed
Jan 22, 2019
43081j
reviewed
Jan 22, 2019
43081j
reviewed
Jan 22, 2019
# Conflicts: # packages/eslint-plugin/lib/util.js # packages/eslint-plugin/src/lib/rules/no-object-literal-type-assertion.ts
armano2
previously approved these changes
Feb 7, 2019
# Conflicts: # packages/eslint-plugin/lib/rules/adjacent-overload-signatures.js # packages/eslint-plugin/lib/util.js # packages/eslint-plugin/package.json # packages/parser/src/eslint-scope.d.ts # packages/parser/src/parser.ts # packages/parser/src/typings.d.ts # packages/parser/typings/eslint-scope.d.ts # packages/typescript-estree/package.json # packages/typescript-estree/src/node-utils.ts # packages/typescript-estree/src/parser.ts
bradzacher
added
the
blocked by another PR
PRs which are ready to go but waiting on another PR
label
Feb 7, 2019
# Conflicts: # packages/eslint-plugin/lib/rules/no-unnecessary-type-assertion.js
Can we split this PR to few smaller one and merge them one by one?
right now this PR is getting bigger and bigger and its really hard to review and check if there is no actual issues |
bradzacher
force-pushed
the
migrate-plugin-to-ts
branch
from
February 10, 2019 18:00
7404717
to
917a9f1
Compare
can you update - TSEmptyBodyFunctionExpression(node: TSESTree.FunctionExpression): void
+ TSEmptyBodyFunctionExpression(node: TSESTree.TSEmptyBodyFunctionExpression): void |
armano2
requested changes
Feb 10, 2019
packages/eslint-plugin/tests/rules/no-array-constructor.test.ts
Outdated
Show resolved
Hide resolved
JamesHenry
requested changes
Feb 10, 2019
JamesHenry
reviewed
Feb 10, 2019
JamesHenry
reviewed
Feb 10, 2019
JamesHenry
reviewed
Feb 10, 2019
armano2
approved these changes
Feb 10, 2019
JamesHenry
approved these changes
Feb 10, 2019
JamesHenry
removed
the
blocked by another PR
PRs which are ready to go but waiting on another PR
label
Feb 11, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Migrates eslint-plugin to typescript.
There's a big refactor in here to make creating a rule easier / more standardised.
messageId
.docs
.category
,description
, andrecommended
.url
to the meta.TOptions
type.Build is passing across the board.
.js.map
and.d.ts.map
files.Tests have been largely untouched apart from the rename, and they are all passing.
closes #47
closes #40
Waiting for the following PRs to be merged in to master:
#178, #192, #204, #215, #231
Closed waiting PRs
#155, #194, #199, #206, #222, #226, #232