update eslint plugin version

remove builtin-modules external dependency
This commit is contained in:
Johannes Theiner
2025-11-14 14:28:33 +01:00
parent 0eca98adda
commit 123fc4a870
4 changed files with 190 additions and 86 deletions

View File

@@ -15,6 +15,7 @@
"isolatedModules": true,
"strictNullChecks": true,
"strictBindCallApply": true,
"allowSyntheticDefaultImports": true,
"useUnknownInCatchVariables": true,
"lib": [
"DOM",