Relative Content

Tag Archive for javascriptvuejs2global-variableseslint

Problem with Eslint js and global variable

I have a problem with eslint when building my docker containers, but for some reason when I want to create it it gives me an error in a global variable, which I use in the same component but it only shows an error in that one, this one refers to ‘API_PORT’ And I already tried to remove eslint for that line but it still gives me an error and I don’t understand, clearly I have that variable defined as it should be since before adding that section everything worked perfectly.