-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs(*): switch from author file comments to all-contributors #228
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
Merged
Conversation
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
# Conflicts: # packages/eslint-plugin/lib/util.js # packages/eslint-plugin/src/lib/rules/no-object-literal-type-assertion.ts
# Conflicts: # packages/eslint-plugin/src/rules/no-unnecessary-type-assertion.ts
# Conflicts: # packages/eslint-plugin/src/index.ts # packages/eslint-plugin/src/rules/adjacent-overload-signatures.ts # packages/eslint-plugin/src/rules/array-type.ts # packages/eslint-plugin/src/rules/ban-types.ts # packages/eslint-plugin/src/rules/camelcase.ts # packages/eslint-plugin/src/rules/class-name-casing.ts # packages/eslint-plugin/src/rules/explicit-function-return-type.ts # packages/eslint-plugin/src/rules/explicit-member-accessibility.ts # packages/eslint-plugin/src/rules/generic-type-naming.ts # packages/eslint-plugin/src/rules/indent.ts # packages/eslint-plugin/src/rules/interface-name-prefix.ts # packages/eslint-plugin/src/rules/member-delimiter-style.ts # packages/eslint-plugin/src/rules/member-naming.ts # packages/eslint-plugin/src/rules/member-ordering.ts # packages/eslint-plugin/src/rules/no-angle-bracket-type-assertion.ts # packages/eslint-plugin/src/rules/no-array-constructor.ts # packages/eslint-plugin/src/rules/no-empty-interface.ts # packages/eslint-plugin/src/rules/no-explicit-any.ts # packages/eslint-plugin/src/rules/no-extraneous-class.ts # packages/eslint-plugin/src/rules/no-for-in-array.ts # packages/eslint-plugin/src/rules/no-inferrable-types.ts # packages/eslint-plugin/src/rules/no-misused-new.ts # packages/eslint-plugin/src/rules/no-namespace.ts # packages/eslint-plugin/src/rules/no-non-null-assertion.ts # packages/eslint-plugin/src/rules/no-object-literal-type-assertion.ts # packages/eslint-plugin/src/rules/no-parameter-properties.ts # packages/eslint-plugin/src/rules/no-require-imports.ts # packages/eslint-plugin/src/rules/no-this-alias.ts # packages/eslint-plugin/src/rules/no-triple-slash-reference.ts # packages/eslint-plugin/src/rules/no-type-alias.ts # packages/eslint-plugin/src/rules/no-unnecessary-type-assertion.ts # packages/eslint-plugin/src/rules/no-unused-vars.ts # packages/eslint-plugin/src/rules/no-use-before-define.ts # packages/eslint-plugin/src/rules/no-useless-constructor.ts # packages/eslint-plugin/src/rules/no-var-requires.ts # packages/eslint-plugin/src/rules/prefer-function-type.ts # packages/eslint-plugin/src/rules/prefer-interface.ts # packages/eslint-plugin/src/rules/prefer-namespace-keyword.ts # packages/eslint-plugin/src/rules/promise-function-async.ts # packages/eslint-plugin/src/rules/restrict-plus-operands.ts # packages/eslint-plugin/src/rules/type-annotation-spacing.ts # packages/typescript-estree/src/convert.ts # packages/typescript-estree/src/node-utils.ts # packages/typescript-estree/src/parser-options.ts # packages/typescript-estree/src/parser.ts # packages/typescript-estree/src/ts-estree.ts # packages/typescript-estree/src/ts-estree/ts-estree.ts # packages/typescript-estree/tests/lib/semanticInfo.ts # yarn.lock
bradzacher
commented
Feb 11, 2019
# Conflicts: # README.md
# Conflicts: # packages/eslint-plugin/src/rules/generic-type-naming.ts # packages/eslint-plugin/src/rules/interface-name-prefix.ts # packages/eslint-plugin/src/rules/no-angle-bracket-type-assertion.ts # packages/eslint-plugin/src/rules/no-empty-interface.ts # packages/eslint-plugin/src/rules/no-for-in-array.ts # packages/eslint-plugin/src/rules/no-non-null-assertion.ts # packages/eslint-plugin/src/rules/no-triple-slash-reference.ts # packages/eslint-plugin/src/rules/no-var-requires.ts # yarn.lock
armano2
approved these changes
Feb 21, 2019
existentialism
approved these changes
Feb 21, 2019
j-f1
approved these changes
Feb 21, 2019
JamesHenry
approved these changes
Feb 23, 2019
kaicataldo
pushed a commit
to kaicataldo/typescript-eslint
that referenced
this pull request
Aug 27, 2019
This adds a roadmap with a complete listing of TSLint core rules and their equivalents in the ESLint ecosystem. * Add Maintainability section * Add Style section * Reference-ify plugin links * Add missing space * Correction * Add `typescript/no-this-alias` * Update roadmap * Add alternative for `file-header` rule
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.
Uses this script (via
yarn generate-contributors
) to generate the list of users with more than 4 commits (no time limit) to the repo (as discussed on slack).📄 Rendered Version