Skip to content

update TODO

update TODO #921

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn run eslint . --no-eslintrc --config .github/eslintrc.yml --ext .js,.mjs