Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Refactor eslint-disable comments - Closes #2447 #2547

Merged
merged 2 commits into from
Nov 14, 2018

Conversation

yatki
Copy link
Contributor

@yatki yatki commented Nov 13, 2018

What was the problem?

We were using eslint-disable comments at the top of some files and were not enabling again which can increase the chance of having inconsistent code style.

How did I fix it?

I wrapped the code blocks with eslint-disable comments and enabled the rules at the end of the code block.

How to test it?

Review checklist

@yatki yatki self-assigned this Nov 13, 2018
@yatki yatki changed the title 🏠 Refactor eslint-disable comments Refactor eslint-disable comments - Closes #2447 Nov 13, 2018
@diego-G diego-G self-requested a review November 14, 2018 11:57
@MaciejBaj MaciejBaj merged commit 2955df1 into development Nov 14, 2018
@MaciejBaj MaciejBaj deleted the 2447-remove-disabling-eslint-rules branch November 14, 2018 16:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove "eslint-disable" statements from on top of files
4 participants