Fix Bug 2121: NG-UI uses unmaintained Chokidar version
[osm/NG-UI.git] / src / app / utilities / show-info / ShowInfoComponent.ts
index 0fb22e7..015d50c 100644 (file)
@@ -81,6 +81,7 @@ export class ShowInfoComponent implements OnInit {
 
   /** variables to hold options of editor @public */
   public options: {} = {
+    // eslint-disable-next-line no-invalid-this
     mode: this.modeDefault,
     showCursorWhenSelecting: true,
     autofocus: true,