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

Doesn't show all standard errors #14

Closed
josephfrazier opened this issue May 10, 2017 · 2 comments
Closed

Doesn't show all standard errors #14

josephfrazier opened this issue May 10, 2017 · 2 comments

Comments

@josephfrazier
Copy link

First off, thanks for building this! It's a very easy way to have the linting of standard with the formatting of prettier :)

However, prettier-standard doesn't show the same errors that standard does. For example, in the prettier-standard repo at commit 54948a5 (with prettier-standard linked globally):

$ prettier-standard src/format-files.js
1 file was unchanged
$ standard src/format-files.js
standard: Use JavaScript Standard Style (https://standardjs.com)
  /Users/josephfrazier/workspace/prettier-standard/src/format-files.js:39:10: 'coercePath' is defined but never used.
$
@sheerun
Copy link
Owner

sheerun commented May 10, 2017 via email

@josephfrazier
Copy link
Author

Ah, I misunderstood. From the name, I had assumed that it would also lint.

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

No branches or pull requests

2 participants