UNPKG

eslint-plugin-lob

Version:

Custom ESLint rules for Lob repositories

18 lines (17 loc) 210 B
language: node_js sudo: false node_js: - '0.10' - '0.12' - '4' - '5' - '6' - '7' - '8' before_install: - npm i npm@3 -g script: - npm test - npm run lint after_script: - npm run coveralls