-
Notifications
You must be signed in to change notification settings - Fork 15
Implement linters #75
base: develop
Are you sure you want to change the base?
Conversation
If not configuration object is provided, crawlers wont start.
I think we better merge #69 first before we look into this one |
Agree! |
Yes, actually this PR depends on #69 |
…nd-v3 into feature/implement-linters
I merged but now I am getting a lot of errors... Although they are also present in develop anyways. From staking (since we need to refactor there EDIT: Let's merge this |
…nd-v3 into feature/implement-linters
.prettierrc
Outdated
@@ -0,0 +1,4 @@ | |||
{ | |||
"singleQuote": true, | |||
"trailingComma": "all" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like trailing commas 😜
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it! I think we need this merged before starting with milestone 3.
Description:
This PR adds integration with
eslint
andprettier
. This forces a standard modern JS style for the code along with a lot of linter checks to avoid code smells.For contributor:
Files changed
in the github PR explorerFor reviewer: