Skip to content

feat(dnd): add configurable dataTransferProperty to droppable #504

feat(dnd): add configurable dataTransferProperty to droppable

feat(dnd): add configurable dataTransferProperty to droppable #504

Workflow file for this run

name: Lint tests
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Lint tests (node latest)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm run eslint
- run: npm run stylelint