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
@@ -3,6 +3,7 @@ const BANNED_IMPORTS = [
'@fortawesome/free-solid-svg-icons',
]
/** @type {import('eslint').Rule.RuleModule} */
module.exports = {
meta: {
type: 'suggestion',