Skip to content

Commit

Permalink
fix: added tsignore need to figure out why docker build and yarn buil…
Browse files Browse the repository at this point in the history
…d dont yeild same result
  • Loading branch information
kevkevinpal committed May 1, 2023
1 parent 2721443 commit 306a362
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/Universe/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ const Content = () => (
<Graph />

<EffectComposer autoClear={false} multisampling={8}>
<SSAO color="black" intensity={150} luminanceInfluence={0.5} radius={0.05} />
<SSAO
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
color="black"
intensity={150}
luminanceInfluence={0.5}
radius={0.05}
/>

<Bloom
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
Expand Down

0 comments on commit 306a362

Please sign in to comment.