-
Notifications
You must be signed in to change notification settings - Fork 456
Conversation
@@ -14,6 +14,7 @@ | |||
|
|||
'use strict'; | |||
|
|||
const path = require('path'); |
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.
Why do you extract path if it's only used on the branch for new relic?
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.
no global import..
I think path
won't hurt to be required in the root
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.
Minor comment but approved.
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.
Some comments to understand the motivation to disable rules in such a way. Anyways, happy to see this effort to continue the standardisation of our code! Kudos!
…sk-sdk into 3749-standarize_eslint
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.
Remember to open an issue for this comment ;) #4033 (comment)
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.
lgtm
What was the problem?
framework had several eslint rules that is not consistent with other packages
How did I solve it?
Remove most of the custom rules.
Changed to
warn
level for the rules that has many usageHow to manually test it?
Test should pass (only changed the rule)
Review checklist