chore!: Fix warnings when generating docs. (#8660)

This commit is contained in:
Aaron Dodson
2025-01-06 10:53:45 -08:00
committed by GitHub
parent 54ebfb7a0e
commit eeef2edf34
11 changed files with 14 additions and 18 deletions

View File

@@ -352,6 +352,11 @@
// Needs investigation.
"ae-forgotten-export": {
"logLevel": "none"
},
// We don't prefix our internal APIs with underscores.
"ae-internal-missing-underscore": {
"logLevel": "none"
}
},