You're using eslint v0.1.0 ? It's fixed for milestone 0.2.0 (not yet at 
npm): https://github.com/nzakas/eslint/issues/361

On Thursday, November 21, 2013 2:52:04 AM UTC-5, Eric Schoonover wrote:
>
> What is the idiomatic way of suppressing the following ESLint error?
>
> Error
>
> line 2  col 0  error  Expected an assignment or function call and instead 
> saw an expression.
>
>
> JS
>
> define([], function (test) {
>   'use strict';
>   return test;
> });
>
>

-- 
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/groups/opt_out.

Reply via email to