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

eslint support issues #58

Closed
ghost opened this issue Nov 20, 2015 · 1 comment
Closed

eslint support issues #58

ghost opened this issue Nov 20, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 20, 2015

.eslintrc

....
  "extends": [
    "react",
    "eslint:recommended"
  ],
  "parser": "babel-eslint",
  "plugins": [
    "react"
  ],
....

run results:

develop@develop-vm ~/Projects/project (master*) $ depcheck                       

Unused devDependencies
* babel-eslint
* eslint-config-react
* eslint-plugin-react

It does not seem to depend on the correct handling of devDependencies?

@lijunle
Copy link
Member

lijunle commented Nov 20, 2015

Hi, @LiaoSept

This is a known issue. I hope to resolve it tonight.

@lijunle lijunle added the bug label Nov 20, 2015
@lijunle lijunle added refinement and removed bug labels Nov 20, 2015
gtanner pushed a commit to gtanner/depcheck that referenced this issue Jan 19, 2016
Generate component list from file system.
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