neuroanatomy / BrainBox

BrainBox is a web application that lets you annotate and segment 3D brain imaging data in real time, collaboratively.
https://brainbox.pasteur.fr
Other
96 stars 46 forks source link

Add xo #167

Closed theevangelista closed 7 years ago

theevangelista commented 7 years ago

This adds xo to lint the project for code style mistakes on it's source. To lint the project, one can run npm test and the lint will print warning and errors. Fixing common automagically errors require the installation of xo globally or point to the binary under node_modules, to install globally run npm i -g xo from any directory and on the project directory run xo --fix.

Fix #158

katjaq commented 7 years ago

\ö// awesome! Thank you very much! 😃 I am afraid of seeing the number of errors it will complain about! ;D Thanks for having already fixed some!! :)

theevangelista commented 7 years ago

No problem! 😺