Update ESLint config and plugins

This commit is contained in:
Tim Schaub
2022-05-23 15:01:07 -06:00
parent f1fc38ce33
commit bbbca0ab78
11 changed files with 205 additions and 270 deletions

View File

@@ -355,8 +355,8 @@ class TileWMS extends TileImage {
case WMSServerType.QGIS:
params['DPI'] = 90 * pixelRatio;
break;
default:
assert(false, 52); // Unknown `serverType` configured
default: // Unknown `serverType` configured
assert(false, 52);
break;
}
}