fix: disable linting on the order object declaration
Node.js CI / Lint and Test (push) Failing after 1m0s

This commit is contained in:
2025-10-08 10:46:44 -07:00
parent 6132aaef3e
commit f1419563fa
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ export default [
{
rules: {
"no-console" : "off",
"no-await-in-loop": "off"
"no-await-in-loop": "off",
"comments/no-unlimited-disable": "off",
}
}
];