-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
It seems that the longer I run the Next.js dev server, the slower the xo extension gets (when using codeActionsOnSave, at least). Eventually, the extension crashes on every save:
xo-next-crash.mp4
My configs are:
// xo.config.js
import * as configs from "@tommy-mitchell/eslint-config-xo";
export default [
{ ignores: [".next/**", ".yarn/**"] },
...configs.xo,
...configs.react,
...configs.next,
...configs.tailwind,
...configs.dprint,
{
rules: {
"n/prefer-global/process": "off",
},
},
];I used DEBUG=* npx xo to confirm that only my files are being linted (e.g. ignores node_modules/, .next/, etc). I'm not sure how further to inspect the extension to see why it's stalling.
Metadata
Metadata
Assignees
Labels
No labels