-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: migrate to FlatConfig
#64
Merged
yoshinorin
merged 17 commits into
hexojs:master
from
yoshinorin:chore/migrate-to-flatconfig
Jan 15, 2025
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
e2ddf6a
feat: migrate to `FlatConfig`
yoshinorin 4081284
chore(deps): add `globals`
yoshinorin 8f8ca80
fix missing import
yoshinorin f7dce14
fix plugin syntax
yoshinorin 99f6137
add exports
yoshinorin c622c60
fix eslint-plugin-n
yoshinorin ebd3aae
fix delete unnecessary plugins object
yoshinorin 56eedec
fix import
yoshinorin 2de9ebd
fix unexpected array
yoshinorin 8c14a72
use `tseslint.configs.recommended`
yoshinorin eec30e9
ESM to CommonJS
yoshinorin 47d7f34
code format
yoshinorin 40723c8
update dependencies
yoshinorin 3194fff
add `eslint-plugin-mocha`
yoshinorin 53a002e
chore(deps): bump dependencies
yoshinorin 69f9bdb
merge objects
yoshinorin 0544bdd
rename
yoshinorin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ESM to CommonJS
- Loading branch information
commit eec30e99f6efa795ba5107c01faa3f189cfef28d
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Such naming may be confusing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
0544bdd
Personally, I think it would be better to rename the file itself from
eslint.js
. If we were to align it with other file names, it would bejs.js
, but I don't think that’s a good choice for naming.