Skip to content

Bump @typescript-eslint/eslint-plugin-tslint from 6.7.2 to 7.0.2 #1779

Bump @typescript-eslint/eslint-plugin-tslint from 6.7.2 to 7.0.2

Bump @typescript-eslint/eslint-plugin-tslint from 6.7.2 to 7.0.2 #1779

Workflow file for this run

name: Linter
on:
- push
- pull_request
jobs:
test:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- name: Install dependencies
run: npm ci;
- name: Linter
run: npm run lint;