Bug: node:test
, node:sqlite
are not included in builtin
import group
#176
Labels
bug
Something isn't working
Describe the bug
Currently the perfectionist fixed output is:
I expect the output to be:
ESLint version
9.6.0
ESLint Plugin Perfectionist version
3.0.0
Additional comments
It looks to be related to this node issue:
nodejs/node#42785
I think the best solution would be to swap
rules/sort-imports.ts:313
withisBuiltin
.The slight issue here is that
isBuiltin
was added innode@18.6.0
.Validations
The text was updated successfully, but these errors were encountered: