Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Fix: Unescape idenfitifers typescript may prepend underscore (fixes #145) #159

Merged
merged 1 commit into from
Feb 14, 2017

Conversation

soda0289
Copy link
Member

Typescript will prepend an underscore to an identifier when it starts
with two leading underscores. This causes rules to break in eslint
becuase identifiers do not match those in the source code.

@eslintbot
Copy link

Thanks for the pull request, @soda0289! I took a look to make sure it's ready for merging and found some changes are needed:

  • The commit summary must be 72 characters or shorter. Please check out our guide for how to properly format your commit summary and update it on this pull request.

Can you please update the pull request to address these?

(More information can be found in our pull request guide.)

…lint#145)

Typescript will prepend an underscore to an identifier when it starts
with two leading underscores. This causes rules to break in eslint
becuase identifiers do not match those in the source code.
@soda0289 soda0289 force-pushed the fix-identifier-name branch from 30ad699 to f1207b1 Compare February 14, 2017 02:09
@eslintbot
Copy link

LGTM

Copy link
Member

@JamesHenry JamesHenry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@JamesHenry JamesHenry merged commit 2f86bef into eslint:master Feb 14, 2017
@soda0289 soda0289 deleted the fix-identifier-name branch May 23, 2017 13:26
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.

3 participants