language: node_js
node_js:
  - "node"
script:
  - eslint .
  - npm test
  - npm audit
