Skip to content

Commit

Permalink
fix: disable check
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 12, 2024
1 parent 650a8b9 commit d8a7e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/typescript/src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default function Home() {
</h3>
<p className={plain.mountainTop}>
Ok again <img src={animated} /> {path.join('/hi/bob', 'test.txt')}{' '}
{/* eslint-disable-next-line no-constant-binary-expression */}
{null ?? IssueResource.get.path} {StaticBlock.a}
</p>
<p className={sillyStyle.silly}>$text-color: {variables.textColor}</p>
Expand Down

0 comments on commit d8a7e28

Please sign in to comment.