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

Disallow spacing between template tags and their literals (template-tag-spacing) #775

Closed
feross opened this issue Feb 8, 2017 · 1 comment

Comments

@feross
Copy link
Member

feross commented Feb 8, 2017

http://eslint.org/docs/rules/template-tag-spacing

let hello = func`Hello world` // ok
let hello = func `Hello world` // avoid
{
    "template-tag-spacing": ["error", "never"]
}
@feross feross added this to the standard v9 milestone Feb 8, 2017
feross added a commit to standard/eslint-config-standard that referenced this issue Feb 9, 2017
@feross
Copy link
Member Author

feross commented Feb 9, 2017

This will be part of standard v9 beta. No ecosystem impact.

@feross feross closed this as completed Feb 9, 2017
feross added a commit to standard/eslint-config-standard that referenced this issue Feb 9, 2017
@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

1 participant