disable lint/style/useNumberNamespace

This commit is contained in:
SArpnt 2024-08-09 14:44:40 -04:00
parent 5b24734f1c
commit 66c3245cab
Signed by: SArpnt
SSH key fingerprint: SHA256:iDMeic8KkqqEsN4wODlgsk1d/oW1ojZ/cu/MEWyfLBw

View file

@ -18,6 +18,7 @@
"useBlockStatements": "warn",
"noCommaOperator": "off",
"noNonNullAssertion": "off",
"useNumberNamespace": "off",
},
"complexity": {
"noForEach": "off",