Fix warnings about comments at the top of interfaces.

Review Request #13008 — Created May 4, 2023 and submitted

david
beanbag-eslint-plugin
master
beanbag-misc

The @typescript-eslint/eslint-plugin plugin recently gained a fix for
the spurious lines-around-comments warnings at the tops of interfaces
and other typescript-specific blocks. This change updates our plugin to
depend on that, and adds the new configuration to enable them.

Set up with a build of this and saw that I was no longer getting
warnings about comments that were the first line of an interface.

Summary
Fix warnings about comments at the top of interfaces.
Description From Last Updated

Let's keep all these in alphabetical order.

chipx86chipx86
david
chipx86
  1. Yesssssss....

  2. src/index.ts (Diff revision 2)
     
     
     
     
     
     
     

    Let's keep all these in alphabetical order.

  3. 
      
david
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (0392d5c)
Loading...