Skip to content

chore(deps): bump json5 from 2.1.3 to 2.2.3 #481

chore(deps): bump json5 from 2.1.3 to 2.2.3

chore(deps): bump json5 from 2.1.3 to 2.2.3 #481

Workflow file for this run

on:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-18.04
steps:
- uses: actions/setup-node@v2
with:
node-version: '14.15.1'
- uses: actions/checkout@v2
- name: install eslint
run: npm install [email protected] @typescript-eslint/[email protected] @typescript-eslint/[email protected]
- name: lint
run: ./node_modules/.bin/eslint . --ext .ts