andreslopezlu / snake-utils

0 stars 0 forks source link

snake utils

install dependencies:

  npm install --save

npm scripts

for unit tests

  npm run test

to check eslint:

  npm run lint

to auto fix eslint errors on all the project:

  npm run lint:fix