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
It looks like it uses some default values if there's an error (but the user has no idea). For example, I've had a trailing comma in the globals object:
"globals": {
"_": true,
},
"smarttabs": true,
...
The plugin misbehaved, it jshinted my code as if smarttabs was set to false.
The text was updated successfully, but these errors were encountered:
Would a simple message outputted to the console be sufficient in your opinion? I'm afraid this can be easily missed though, and modal popups are super annoying.
They are annoying only when you have to deal with them too often. I'm afraid this might be the case, though (for example I'm unsuccessfully trying to fix the config file (don't really know what the problem is) and every time I save, I have to close the popup.
Maybe there's another hard-to-miss way? Like marking an error every single javascript line. This way I can't miss it and I don't have to do anything to dismiss the error message.
It looks like it uses some default values if there's an error (but the user has no idea). For example, I've had a trailing comma in the globals object:
"globals": {
"_": true,
},
"smarttabs": true,
...
The plugin misbehaved, it jshinted my code as if smarttabs was set to false.
The text was updated successfully, but these errors were encountered: