File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ test(loadPlugin, '19.x');
3535
3636const lintUsingPluginRules = test . macro < [ keyof typeof versions ] > ( {
3737 async exec ( t , version ) {
38+ // eslint-disable-next-line @typescript-eslint/await-thenable
3839 for await ( const rule of Object . keys ( plugin . rules ) ) {
3940 const configs : Array < { async : boolean ; ruleOutcome : RuleOutcome } > = [
4041 { async : false , ruleOutcome : [ true ] } ,
@@ -43,6 +44,7 @@ const lintUsingPluginRules = test.macro<[keyof typeof versions]>({
4344 { async : true , ruleOutcome : [ false , `error message from ${ rule } ` ] } ,
4445 ] ;
4546
47+ // eslint-disable-next-line @typescript-eslint/await-thenable
4648 for await ( const config of configs ) {
4749 const report = await versions [ version ] . lint (
4850 'chore: basic commit message' ,
You can’t perform that action at this time.
0 commit comments