Environment information
Tested with Biome `2.0.5` but created a reproduction directly in this project. PR attached.
Rule name
Grit Plugin
Playground link
#6572
Expected result
It's not possible to pattern match bare imports with a Grit plugin:
with
Created a failing test: #6572
It works with the CLI:
grit apply bareImport.grit --dry-run bareImport.ts
bareImport.ts
1 import "main.css";
Processed 1 files and found 1 matches
Code of Conduct
Environment information
Rule name
Grit Plugin
Playground link
#6572
Expected result
It's not possible to pattern match bare imports with a Grit plugin:
with
Created a failing test: #6572
It works with the CLI:
Code of Conduct