Skip to content

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

@feross

Description

@feross

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"]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions