Skip to content

Conversation

@ota-meshi
Copy link
Owner

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Dec 7, 2025

🦋 Changeset detected

Latest commit: a4f5db9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
jsonc-eslint-parser Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ota-meshi ota-meshi linked an issue Dec 7, 2025 that may be closed by this pull request
4 tasks
@ota-meshi ota-meshi merged commit afaafe7 into master Dec 7, 2025
8 checks passed
@ota-meshi ota-meshi deleted the trusted-publising branch December 7, 2025 09:04
"clean": "rimraf .nyc_output lib coverage",
"lint": "eslint . --ext .js,.ts,.json",
"eslint-fix": "eslint . --ext .js,.ts,.json --fix",
"lint": "eslint .",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in modern versions of ESLint, you don't have to type the dot, its recommended to remove it I think.
(same change on the subsequent line too.)

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

Successfully merging this pull request may close these issues.

Type error when importing using TypeScript

3 participants