Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

disallow trailing whitespace #105

@mikesherov

Description

@mikesherov
/*
Option: disallowTrailingWhitespace
requires all lines to end on a non-whitespace character

Invalid example:
var foo = "blah blah"; 

Valid example:
var foo = "blah blah";
*/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions