Skip to content

[Feat] add keydown event emulation and browser key code mapping #1685

[Feat] add keydown event emulation and browser key code mapping

[Feat] add keydown event emulation and browser key code mapping #1685

Workflow file for this run

name: Linting
on: [push]
jobs:
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npx eslint .