-
Hi - I was just trying to follow the quickstart setup to play around with Paste for a React app project. Following the quickstart instructions (using Yarn v1.22.10) I get a compile error:
It seems like it's related to ESLint? Is there an extra step needed in the install? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! No, there's no extra steps, just a small mistake on our behalf. In that report web vitals file, you should see two commented out lines, 5 and 7 by the looks of it, which try to disabled a lint rule. The rules they relate to don't exist outside of our original repo. Just delete the commented out lines and you should be away. Let us know what you're building! |
Beta Was this translation helpful? Give feedback.
Hi!
No, there's no extra steps, just a small mistake on our behalf.
In that report web vitals file, you should see two commented out lines, 5 and 7 by the looks of it, which try to disabled a lint rule.
The rules they relate to don't exist outside of our original repo.
Just delete the commented out lines and you should be away.
Let us know what you're building!