New eslint config with no-multi-assign
This commit is contained in:
@@ -114,7 +114,7 @@ export function expandUrl(url) {
|
||||
}
|
||||
return urls;
|
||||
}
|
||||
match = match = /\{(\d+)-(\d+)\}/.exec(url);
|
||||
match = /\{(\d+)-(\d+)\}/.exec(url);
|
||||
if (match) {
|
||||
// number range
|
||||
const stop = parseInt(match[2], 10);
|
||||
|
||||
Reference in New Issue
Block a user