-
Notifications
You must be signed in to change notification settings - Fork 889
Conversation
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.
looks fine otherwise
tslint.json
Outdated
"trailingComma": "all" | ||
} | ||
}, | ||
"prettier": 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.
revert this part too
.prettierrc
Outdated
@@ -0,0 +1,5 @@ | |||
{ |
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.
please revert, don't make unrelated changes like this in PRs
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.
Done in another PR
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.
thanks. also please avoid force-pushing to PRs in the future. using regular commits helps me review incremental changes easier. we squash at the end of a PR.
PR checklist
Overview of change:
I stoped to use isLowerCase or isUpperCase to use a real regex. These functions was buggy with numbers.
Is there anything you'd like reviewers to focus on?
I add a better support for prettier too.
CHANGELOG.md entry:
[bugfix]
interface-name
now correctly handle numeric characters