fix(ci): generate a fake order.json for CI linting
Node.js CI / Lint and Test (push) Successful in 58s

This commit is contained in:
2025-10-08 10:54:35 -07:00
parent f1419563fa
commit b404a9cfdf
3 changed files with 3 additions and 3 deletions
-1
View File
@@ -6,7 +6,6 @@ export default [
rules: {
"no-console" : "off",
"no-await-in-loop": "off",
"comments/no-unlimited-disable": "off",
}
}
];