Why do you want to remove all other code? You can just disable the functionality and it won't be used.
@Anton i am developing a nodejs tracking server but having difficulty in decoding the gps data especially of concox protocol so i am planning to use socket and decode part from traccar linking it with nodejs via socket connection as the traccar jar is heavy and it loads unwanted files i want to remove it.
and how can i remove lint rules?
How can i exclude all others code except socket and decoding part from traccar server code?
Any guide?