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

TypeScript improvements #84

Merged
merged 11 commits into from
Apr 1, 2022
Merged

TypeScript improvements #84

merged 11 commits into from
Apr 1, 2022

Conversation

amannn
Copy link
Member

@amannn amannn commented Mar 28, 2022

Fixes #69
Fixes #70
Fixes #78
Fixes #83
Fixes #85

Pre-release:

eslint-config-molindo@6.0.0-alpha.6

@amannn amannn self-assigned this Mar 28, 2022
@amannn amannn marked this pull request as ready for review March 28, 2022 13:07
@amannn amannn requested a review from symn March 28, 2022 13:07
@@ -47,7 +47,7 @@
"eslint-plugin-sort-destructure-keys": "^1.3.5",
"eslint-plugin-unicorn": "^20.1.0",
"prettier": "^2.0.0",
"typescript": "^3.0.0"
"typescript": "^4.0.0"
Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe we should also update @typescript-eslint/parser and @typescript-eslint/eslint-plugin

Copy link
Member

@symn symn left a comment

Choose a reason for hiding this comment

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

lgtm

"@rushstack/eslint-patch": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.0.0",
"babel-eslint": "^10.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

Seems like we no longer need this parser.

module.exports = Object.assign(
{},
{
extends: ['./javascript', './typescript', './cypress', './jest', './react'],
Copy link
Member Author

Choose a reason for hiding this comment

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

Load all rule definitions to see if they are valid.

Copy link
Member

@symn symn left a comment

Choose a reason for hiding this comment

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

lgtm

@amannn amannn merged commit 539c8f1 into master Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants