We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0adbb commit 1f3b892Copy full SHA for 1f3b892
recipes/import-attributes/src/workflow.ts
@@ -87,7 +87,7 @@ async function processModule({ astGrep }: Helpers) {
87
* ```
88
*
89
*/
90
-export async function workflow({ contexts, files }: Api) {
+export async function workflow({ files }: Api) {
91
console.log(
92
`${styleText(["bold", "blue"], "[import-attributes]")}: Modifying import attributes to use 'type' instead of 'assert'`,
93
);
0 commit comments