traccar / traccar-web

Traccar GPS Tracking System
https://www.traccar.org
Apache License 2.0
793 stars 1.1k forks source link

Update SplitButton.js #1077

Closed joystickjockey closed 1 year ago

joystickjockey commented 1 year ago

Fix warnings when building in IntelliJ IDEA

tananaev commented 1 year ago

How come I'm not getting any warnings? Are you using different lint settings?

joystickjockey commented 1 year ago

If you are asking if I have made any changes to .eslintignore or .eslinttrc.json documents the answer is no.

tananaev commented 1 year ago

Then why do you have this warning?

joystickjockey commented 1 year ago

I honestly don't know Anton, lets see if others are getting the same errors. See below:

image

tananaev commented 1 year ago

The lint check here is successful, so I think it's something on your end:

https://github.com/traccar/traccar-web/actions

joystickjockey commented 1 year ago

any idea where I should look for the issue as I have definitely not made changes to lint settings?

tananaev commented 1 year ago

Actually I tried to run the lint directly and I see it as a warning. Not sure why I'm still able to build everything without any issues.