examples
examples copied to clipboard
feat(nprogress): Upgrade to latest remix version with vite
CI seems to have a little problem
@brookslybrand You were right, it's the .eslintrc.cjs file presence that makes the CI fail.
It's the same one that gets installed by the template, ie, https://github.com/remix-run/remix/blob/main/templates/remix/.eslintrc.cjs
@brookslybrand You were right, it's the
.eslintrc.cjsfile presence that makes the CI fail. It's the same one that gets installed by the template, ie, https://github.com/remix-run/remix/blob/main/templates/remix/.eslintrc.cjs
Hmm, yeah, seems like something not playing well with the root eslint which is run in CI/CD. Running it locally it seems like the linting you added passes