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

minor typo in import/no-cycle rule docs #1065

Merged
merged 1 commit into from
Apr 6, 2018

Conversation

sharmilajesupaul
Copy link
Contributor

In the import/no-cycle docs, there's an example for using options.

this is the current text:

/*eslint import/no-unresolved: [2, { maxDepth: 1 }]*/

this PR updates it to:

/*eslint import/no-cycle: [2, { maxDepth: 1 }]*/

@coveralls
Copy link

coveralls commented Apr 5, 2018

Coverage Status

Coverage remained the same at 96.47% when pulling f13f18e on sharmilajesupaul:minor-typo-fix into ee15fa4 on benmosher:master.

@ljharb ljharb merged commit 80d1ceb into import-js:master Apr 6, 2018
@benmosher
Copy link
Member

@sharmilajesupaul thanks, nice catch!

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

Successfully merging this pull request may close these issues.

None yet

4 participants