-
Notifications
You must be signed in to change notification settings - Fork 141
Conversation
vigneshshanmugam
commented
Sep 8, 2017
- prettier integration with eslint
"rules": { | ||
"brace-style": [2, "1tbs"], |
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.
these options are removed from here to match with prettier defaults.
"strict": [2, "global"] | ||
"strict": [2, "global"], | ||
"prettier/prettier": [2, { | ||
"singleQuote": true, |
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.
to match with quotes option in eslint
return Promise.resolve(new Transform(handledTags, insertBeforePipeTags)) | ||
.then((transform => transform.applyTransforms(baseTemplate, childTemplate, fullRendering))); | ||
}; | ||
module.exports = (handledTags, insertBeforePipeTags) => ( |
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.
this module looks so much nicer.
'<fragment src="https://fragment/1"></fragment>' | ||
); | ||
|
||
getResponse('http://localhost:8081/test') |
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.
the more deeper the function level gets, it gets really screwed up
👍 |
c2e97d5
to
8eba6d1
Compare
👍 |
1 similar comment
👍 |
Codecov Report
@@ Coverage Diff @@
## master #181 +/- ##
=========================================
Coverage ? 97.25%
=========================================
Files ? 14
Lines ? 582
Branches ? 103
=========================================
Hits ? 566
Misses ? 16
Partials ? 0
Continue to review full report at Codecov.
|