Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(collaborators): list objects, modules, and functions that an object uses #185

Open
2 tasks
gregswindle opened this issue Jan 14, 2018 · 0 comments
Open
2 tasks

Comments

@gregswindle
Copy link
Owner

User story

As a developer/designer,
I need to see the full list of dependencies invoked within an object
In order to maintain a SOLID GRASP of my software.

Acceptance criteria

  • 1. Every prototypical object invoked by an object appears as a "Collaborator."
  • 2. Each Collaborator entry has an array of invocation ranges.

⚡ Rule developers must use the eslint:rule subgenerator!

When you create a new rule, be sure to use the eslint:rule subgenerator, since it will

  1. Create a stubbed rule,
  2. The rule's stubbed BDD specs,
  3. As well as the rule's documentation.

See eslint-plugin development environment for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant