Hello Folks.

Here eslint 1.0.0-rc-1.

I have the spaced-comment rule:

    spaced-comment: [2, "always", { exceptions: ["-"]}]

And somewhere in the code:

    /*eslint-disable max-len */

Of course, I should write that line as (notice the leading space):

   /* eslint-disable max-len */

to remove the error.

In the configuration doc the directive eslint is without the leading space 
"/*eslint...".

Any thought?

Thanks,
Alberto

-- 
You received this message because you are subscribed to the Google Groups 
"ESLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to