Skip to content

fix: configure buble to support object spread operator #64

fix: configure buble to support object spread operator

fix: configure buble to support object spread operator #64

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- name: eslint
run: |
npm i
npm run lint