remotestorage / remotestorage.js

⬡ JavaScript client library for integrating remoteStorage in apps
https://remotestoragejs.readthedocs.io
MIT License
2.3k stars 141 forks source link

Lint mocha specs in CI #1295

Closed raucao closed 1 year ago

raucao commented 1 year ago

Let's ensure somewhat consistent syntax in the new mocha spec files. Using the same rules as source code, but overriding a few to make more sense with specs (e.g. turning off maximum statements per function).