@nuxt/eslint randomly marking newly added util functions as undefined when auto-imported in .js file
Experiencing some very odd behavior with @nuxt/eslint and autoimports.
I have a pinia .js store file that calls auto-imported util functions in its actions. All of them are absolutely fine, except for the functions I added today.
To test if it was me, I added a noOp function to the util file, called it in the pinia store file, and sure enough it's undefined.... But the other functions are defined and the code runs exactly as it should.
I haven't changed my eslint config, or my vscode config. Anyone else dealt with this? It's madenning.
here's my config, for reference:
0 Replies