Use new eslint package- fix lint issues in ts and js

This commit is contained in:
Jorik Schellekens
2020-06-23 17:01:19 +01:00
parent de227c0650
commit 7699aafcaf
31 changed files with 387 additions and 347 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ limitations under the License.
export default interface IWatcher {
start(): void;
stop(): void;
}
}