UNPKG

77 BYAMLView Raw
1language: node_js
2
3node_js:
4 - 6
5
6script:
7 - 'npm run lint'
8 - 'npm test'