generated from nhcarrigan/template
fix: disable linting on the order object declaration
Node.js CI / Lint and Test (push) Failing after 1m0s
Node.js CI / Lint and Test (push) Failing after 1m0s
This commit is contained in:
+2
-1
@@ -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",
|
||||
}
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user