RobotWebTools / roslibjs

The Standard ROS JavaScript Library
https://robotwebtools.github.io/roslibjs
Other
677 stars 378 forks source link

extend eslint config to tests/misc. JS files #683

Closed EzraBrooks closed 7 months ago

EzraBrooks commented 7 months ago

Public API Changes

None.

Description

Extends our ESLint config to all script files in the repository and fixes issues arising from that.

Removes the new-cap rule from our ESLint config because we violate it in our own API; Ros.Topic, Ros.Service, etc. are all non-compliant with that rule.