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

Add basics for eslint support #174

Merged
merged 2 commits into from
Oct 20, 2020
Merged

Add basics for eslint support #174

merged 2 commits into from
Oct 20, 2020

Conversation

ErikSchierboom
Copy link
Member

Closes #164

@ErikSchierboom ErikSchierboom marked this pull request as draft October 7, 2020 14:56
@ErikSchierboom ErikSchierboom mentioned this pull request Oct 7, 2020
sourceType: 'module',
},
plugins: ['jest', 'react', '@typescript-eslint'],
rules: {},
Copy link
Member

Choose a reason for hiding this comment

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

Apart from this empty ruleset, all of this looks fine to me.

Copy link
Member

@SleeplessByte SleeplessByte Oct 18, 2020

Choose a reason for hiding this comment

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

(FWIW, if you have bugs with error on indentation, and then prettier "not" doing it right, manually add

"indent": 0,
"@typescript-eslint": 0

)

They might have fixed it by now, so don't add this until/less you get issues.

@kntsoriano kntsoriano marked this pull request as ready for review October 15, 2020 06:06
@iHiD
Copy link
Member

iHiD commented Oct 19, 2020

@ErikSchierboom Should this get merged?

@ErikSchierboom
Copy link
Member Author

@iHiD Should this get merged?

It can be merged (having just fixed the merge conflict) now. That said, I've not linted any of the existing files, so there will likely be a lot of linting issues in the existing code. I've created an issue for that #200

@iHiD iHiD merged commit 4463704 into master Oct 20, 2020
@iHiD iHiD deleted the ts-lint branch October 20, 2020 11:24
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.

Add TS Linting
4 participants