Skip to content

Commit

Permalink
chore: Linting
Browse files Browse the repository at this point in the history
Added A11y ignore comment -- too difficult to style with stripes buttons (should probably come back to this)
  • Loading branch information
EthanFreestone committed Aug 29, 2023
1 parent fddb53f commit 211df06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/DocumentCard/DocumentCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const DocumentCard = ({
const renderFile = (theFile) => {
if (hasDownloadPerm) {
return (
// eslint-disable-next-line jsx-a11y/anchor-is-valid
<>
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a
data-test-doc-file
href="#"
Expand Down
2 changes: 1 addition & 1 deletion lib/DuplicateModal/DuplicateModal.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

import { waitFor, screen } from '@folio/jest-config-stripes/testing-library/react';
import { waitFor } from '@folio/jest-config-stripes/testing-library/react';

import { StaticRouter as Router } from 'react-router-dom';
import { renderWithIntl, Button, Checkbox } from '@folio/stripes-erm-testing';
Expand Down

0 comments on commit 211df06

Please sign in to comment.