firebase / firebase/firebase-tools
Don't skip linting on NextJS deploys
Open
integration: web frameworks
type: feature request
- Dominant language
- TypeScript
- Stars
- 4.5k
- Forks
- 1.3k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 84
Description
### [REQUIRED] Environment info
**firebase-tools:** 12.0.0
**Platform:** macOS
### [REQUIRED] Test case
Run `firebase deploy`.
Must have these two commands initialized first:
`firebase experiments:enable webframeworks`
`firebase init hosting`
### [REQUIRED] Steps to reproduce
Run `firebase deploy`
### [REQUIRED] Expected behavior
I should see this message during build:
`info - Linting and checking validity of types ...`
### [REQUIRED] Actual behavior
I see this message during build instead:
`info - Checking validity of types ...`
Contributor guide
Assessment
This issue has not been assessed yet.