Configure lint rules

This commit is contained in:
Steffo 2024-10-17 03:03:30 +02:00
parent 25fad11afb
commit 1310f4a4a4
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -11,5 +11,15 @@
}, },
"unstable": [ "unstable": [
"temporal" "temporal"
],
"lint": {
"rules": {
"exclude": [
"no-implicit-any",
"no-explicit-any",
"no-inner-declarations",
"no-var"
] ]
} }
}
}