Update typescript-eslint, fix up eslint setup (#10150)

This commit is contained in:
Samuel Newman
2026-03-31 06:00:56 -07:00
committed by GitHub
parent 8ac63d780d
commit a697841a21
6 changed files with 134 additions and 666 deletions
+1
View File
@@ -29,6 +29,7 @@ function getTagName(node) {
return reversedIdentifiers.reverse().join('.')
}
/** @type {import('eslint').Rule.RuleModule} */
module.exports = {
meta: {
type: 'problem',