mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
7 lines
125 B
YAML
7 lines
125 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '9'
|
|
install: npm i -g eslint eslint-config-aqua eslint-plugin-json
|
|
test: npm test
|