Skip to content

add require_brackets config, default is true which matches current be… #6

add require_brackets config, default is true which matches current be…

add require_brackets config, default is true which matches current be… #6

Workflow file for this run

name: yarn lint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn install && yarn lint