mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
chore: eslint cleanup (#10160)
This commit is contained in:
@ -460,6 +460,7 @@ function parseArgumentsList<T>(text: string, start: number, argument: (value: st
|
||||
return { start, end, value };
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-constant-condition
|
||||
for (let index = 0; true; index++) {
|
||||
const arg = argument(text, end, index);
|
||||
if (!arg) {
|
||||
|
Reference in New Issue
Block a user