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.

ability to ignore all rules for specific lines #20

@miripiruni

Description

@miripiruni
// my innocent JS code
...

/*jscs: false*/
// evil uncontrolled awful JS code
...
/*jscs: true*/

// again my beautifull JS code
...

Inside /*jscs: false*/ ... /*jscs: true*/ jscs will ignore all code.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions