NCEAS / metacatui

MetacatUI: A client-side web interface for DataONE data repositories
https://nceas.github.io/metacatui
Apache License 2.0
42 stars 28 forks source link

Fix eslint issues in the file hierarchy table code #2483

Open robyngit opened 4 months ago

robyngit commented 4 months ago

In preparation for extending the file hierarchy table to be used in the editor, we should start with some cleanup of the existing code. This will make it easier to add new functionality and ensure that the code is maintainable. To start, we will address some eslint issues in files that are related to the file hierarchy table.

Fix all eslint issues in the following files:

Then:

robyngit commented 2 months ago

Note that I'm going to fix the remaining MetadataView linting errors as part of #1758