You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
What version of this package are you using?
17.0.0
What operating system, Node.js, and npm version?
What happened?
Upgraded standard from v16 to v17. From the release notes:
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.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
The text was updated successfully, but these errors were encountered: