firebase / firebase/functions-samples
Add linter for non-functions JavaScript
- Dominant language
- JavaScript
- Stars
- 12.2k
- Forks
- 3.8k
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 1
Description
Here is the list of applicable files:
```bash
$ find . -type f -name "*.js" -not -path "*functions*" | xargs dirname | sort | uniq
./authenticated-json-api/public
./authorized-https-endpoint/public
./email-confirmation/public
./exif-images/public
./fcm-notifications/public
./fulltext-search-firestore/public
./instagram-auth/public
./isomorphic-react-app/src
./isomorphic-react-app/src/containers
./linkedin-auth/public
./nextjs-with-firebase-hosting/src/app
./nextjs-with-firebase-hosting/src/app/components
./nextjs-with-firebase-hosting/src/app/pages
./presence-firestore/public
./quickstarts/email-users/public
./spotify-auth/public
./text-moderation/public
./username-password-auth/public
```
Context: #333
Contributor guide
Assessment
This issue has not been assessed yet.