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.
