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