Open weilin-ong opened 2 years ago
@weilin93 Have you installed this package?
To solve this problem, add the code below to the ".eslintrc" file in the backend sanity folder. That should take away the warnings.
.eslintrc: { "extends": "@sanity/eslint-config-studio", "eslint.workingDirectories": ["./web", "./studio"] }
Issue: Although sanity compiled successfully and is able to run on browser, I'm getting this error while setting up Schemas for Sanity. Should I be worried?
What I've tried: installed @babel/preset-env package