language: node_js node_js: - '8.1.2' install: - npm install -g eslint - npm install -g babel-eslint script: - npm run lint