Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add avoid-escape flag to quotes rule #2151

Merged
merged 1 commit into from
Feb 19, 2016

Conversation

erwinmombay
Copy link
Member

No description provided.

@erwinmombay
Copy link
Member Author

@jridgewell PTAL

@@ -22,19 +22,19 @@ import * as sinon from 'sinon';
adopt(window);

/** @private @const {string} */
const FONT_FACE_ = '\
Copy link
Contributor

Choose a reason for hiding this comment

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

Back ticks are multi-line without these backslashes.

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah, didnt make the change here since i just used lint --fix. you want me to make the change?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yup.

Copy link
Member Author

Choose a reason for hiding this comment

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

done.

@jridgewell
Copy link
Contributor

LGTM.

erwinmombay added a commit that referenced this pull request Feb 19, 2016
add avoid-escape flag to quotes rule
@erwinmombay erwinmombay merged commit 47ef032 into ampproject:master Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants