Disable no-await-in-loop entirely.
This commit is contained in:
parent
123df05906
commit
1afaabc2a8
|
@ -67,15 +67,15 @@
|
||||||
{
|
{
|
||||||
"files": "tests/**/*.test.ts",
|
"files": "tests/**/*.test.ts",
|
||||||
"rules": {
|
"rules": {
|
||||||
"@typescript-eslint/triple-slash-reference": "off",
|
"@typescript-eslint/triple-slash-reference": "off"
|
||||||
"no-await-in-loop": "off"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"prettier": true,
|
"prettier": true,
|
||||||
"rules": {
|
"rules": {
|
||||||
"@typescript-eslint/consistent-type-definitions": "off",
|
"@typescript-eslint/consistent-type-definitions": "off",
|
||||||
"n/file-extension-in-import": "off"
|
"n/file-extension-in-import": "off",
|
||||||
|
"no-await-in-loop": "off"
|
||||||
},
|
},
|
||||||
"space": true
|
"space": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue