Skip to content

Commit

Permalink
Adding 'any' type constant to test auto lint
Browse files Browse the repository at this point in the history
  • Loading branch information
motalm committed Oct 16, 2023
1 parent 288b048 commit 3d955e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.ts

This file was deleted.

3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const divStyle = {
minHeight: "calc(67vh)"
};

const testConst: any = "To test automatic ESLint";

function App(): ReactElement {

const [headerText, setHeaderText] = useState<string>("Telephone Operations Blaise Interface");
Expand Down Expand Up @@ -81,7 +83,6 @@ function App(): ReactElement {
return (
<>
<Header title={headerText} />
<h1>ugvuhbhiihigiihiihiuvuhvousdvoisdvoisdjoivjsdoivsdovhodshvoudshvudshvudshvuidshivuhsuhvodushvuodshvuosdhvuodshvuodshsvoudhuvhdsuovhudshvdhsuvhduvhsdouvhdsuohvdosuvhdoushvoudshvudshvudhuhvuhsduovhdsouvhuodshvuodhvuosdhvudhvudhsuvhodshvusdhvousdohvsuv</h1>
<div style={divStyle} className="ons-page__container ons-container">
<main id="main-content" className="ons-page__main">
<DefaultErrorBoundary>
Expand Down

0 comments on commit 3d955e0

Please sign in to comment.