Closed mdevils closed 8 years ago
Could you add test-case for https://github.com/jscs-dev/node-jscs/issues/1946 ?
TODO: Remove object pattern properties while fixing.
I see we all DONE
here, just don't forget the git conventions (sorry :-)
Not a big deal but we've been using https://github.com/jscs-dev/node-jscs/blob/master/CONTRIBUTING.md#commit-message-format
something like disallowUnusedParams: refactor to use CST
I guess @mdevils is a rebel!
just don't forget the git conventions (sorry :-)
Rule
disallow-unused-params
implementation using CST scopes.TODO: