mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-23 06:33:52 +01:00
7 lines
99 B
YAML
7 lines
99 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- '4.0'
|
||
|
install:
|
||
|
- npm install -g eslint
|
||
|
script:
|
||
|
- eslint src/*.js
|