DomGarguilo commented on code in PR #2784: URL: https://github.com/apache/accumulo/pull/2784#discussion_r907408657
########## server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/bulkImport.js: ########## @@ -16,86 +16,97 @@ * specific language governing permissions and limitations * under the License. */ -/* JSLint global definitions */ -/*global - $, document, sessionStorage, clearTableBody, EMPTY_ROW_THREE_CELLS, EMPTY_CELL, getBulkImports -*/ Review Comment: js-lint has conflicting formatting with js-beautify so I figured it was not needed anymore. Do you think it should be added back? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
