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

v17 no longer respecting standard.ignore from package.json #1892

Open
jasonkarns opened this issue Feb 19, 2023 · 0 comments
Open

v17 no longer respecting standard.ignore from package.json #1892

jasonkarns opened this issue Feb 19, 2023 · 0 comments

Comments

@jasonkarns
Copy link

What version of this package are you using?

17.0.0

What operating system, Node.js, and npm version?

$ uname -v && node -v && npm -v
Darwin Kernel Version 22.3.0: Mon Jan 30 20:38:37 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T6000
v19.4.0
9.5.0

What happened?

Upgraded standard from v16 to v17. From the release notes:

This major release fully focuses on getting in sync with the wider ESLint ecosystem
and doesn't in itself introduce any new rules or features.

So I expected standard to behave the same. Instead, standard reported errors on a bunch of files under dist/ that are ignored by my package.json configuration.

  "standard": {
    "ignore": "dist"
  }

What did you expect to happen?

I expected the behavior to be the same from 16 to 17 as per the release notes, it should have only been a "platform" change.

Are you willing to submit a pull request to fix this bug?

no

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

No branches or pull requests

1 participant