Open
Description
Is your feature request related to a problem? Please describe.
It looks like the spread syntax in object literals is not supported in JSLint, possibly because when "how javascript works" was written wasn't still part of the ECMAScript standard.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax
example:
import parseq from "./parseq.js";
export default Object.freeze({
...parseq
});
Describe the solution you'd like
Are there any possibilities to support spread syntax? Or there are good reasons to avoid it?
Metadata
Metadata
Assignees
Labels
No labels