6 lines
93 B
YAML
6 lines
93 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
cache: npm
|
|
install: npm i eslint --global
|
|
script: eslint . |