Skip to content

Commit

Permalink
ci: up
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 21, 2024
1 parent ed2aaf0 commit 34abec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const srcRules = {
'.',
await genModuleAbsolutePathIfExists(projectDir, 'node_modules/@waiting/shared-core') ?? '.',
await genModuleAbsolutePathIfExists(projectDir, 'node_modules/@mwcp/share') ?? '.',
await genModuleAbsolutePathIfExists(projectDir, 'win32-def') ?? '.',
],
}],
'id-length': 0,
Expand Down

0 comments on commit 34abec8

Please sign in to comment.