Fix warnings about comments at the top of interfaces.
Review Request #13008 — Created May 4, 2023 and submitted — Latest diff uploaded
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.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
Commits
package.json |
---|
package-lock.json |
---|
src/index.ts |
---|