You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might want to use next lint (or npx next lint depending on your usage). But currently unclear on if we need to run both tsc --noEmit AND next lint or if the latter is sufficient.
After thinking about it for a bit, I think we replace our current npm run lint:js with next lint and keep the separate tsc --noEmit script (and alias everything to npm run lint for our one script to lint CSS, JavaScript, and TypeScript).
Current output from
nextjs
branch is:npm run lint:ts
Might be easier to tweak the linters+rules now before we add too much TypeScript+Next.js and end up having to do another big refactor in the future.
blurts-server/package.json
Lines 27 to 30 in b246224
The text was updated successfully, but these errors were encountered: