i deploying functions
Running command: npm –prefix “$RESOURCE_DIR” run lint
lint
eslint .
Oops! Something went wrong! 🙁
ESLint: 8.50.0
Error: Key “languageOptions”: Key “globals”: Global “AudioWorkletGlobalScope ” has leading or trailing whitespace.
I tried firebase deploy –only functions
I wanted the deployment to be done
New contributor