mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-29 07:00:16 +02:00
🚀 ✨ Remove signal listeners automatically (fixes #20)
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
"latedef": "true",
|
||||
"maxparams": 5,
|
||||
"maxdepth": 3,
|
||||
"maxcomplexity": 10,
|
||||
"maxcomplexity": 11,
|
||||
"globals": {
|
||||
"requestIdleCallback": false,
|
||||
"AbortController": false,
|
||||
@@ -58,12 +58,12 @@
|
||||
"size-limit": [
|
||||
{
|
||||
"path": "./index.js",
|
||||
"limit": "7 kB",
|
||||
"limit": "8 kB",
|
||||
"gzip": false
|
||||
},
|
||||
{
|
||||
"path": "./signals.js",
|
||||
"limit": "7 kB",
|
||||
"limit": "8 kB",
|
||||
"gzip": false
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user