Skip to content
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

Migrate TSLint to ESLint #517

Merged
merged 40 commits into from
Dec 23, 2020
Merged

Migrate TSLint to ESLint #517

merged 40 commits into from
Dec 23, 2020

Conversation

sc-illiakovalenko
Copy link
Contributor

@sc-illiakovalenko sc-illiakovalenko commented Dec 21, 2020

Description

Motivation

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update (non-breaking change; modified files are limited to the /docs directory)

Checklist:

  • I have read the Contributing guide.
  • My code follows the code style of this project.
  • My code/comments/docs fully adhere to the Code of Conduct.
  • My change is a code change and it requires an update to the documentation.
  • My change is a documentation change and it requires an update to the navigation.


export type ComponentFactory = (componentName: string) => Component;
export type ComponentFactory = (componentName: string) => ComponentType | null;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a breaking change, but it's valid, because Component can't be Class or FunctionComponent

@sc-illiakovalenko sc-illiakovalenko changed the title Feature/447933 Migrate TSLint to ESLint Dec 21, 2020
.eslintrc Outdated Show resolved Hide resolved
.eslintrc Outdated Show resolved Hide resolved
.eslintrc Outdated Show resolved Hide resolved
.eslintrc Outdated Show resolved Hide resolved
.eslintrc Outdated Show resolved Hide resolved
.eslintrc Outdated Show resolved Hide resolved
packages/sitecore-jss-vue/.eslintrc Outdated Show resolved Hide resolved
packages/sitecore-pipelines/.eslintrc Outdated Show resolved Hide resolved
samples/react-native/.eslintrc.json Show resolved Hide resolved
samples/react/.eslintrc Outdated Show resolved Hide resolved
@sc-illiakovalenko sc-illiakovalenko merged commit 19954b1 into dev Dec 23, 2020
@sc-illiakovalenko sc-illiakovalenko deleted the feature/447933 branch December 23, 2020 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants