Skip to content

build(deps-dev): bump @babel/eslint-parser from 7.18.9 to 7.22.11 #1508

build(deps-dev): bump @babel/eslint-parser from 7.18.9 to 7.22.11

build(deps-dev): bump @babel/eslint-parser from 7.18.9 to 7.22.11 #1508

Workflow file for this run

name: Linter
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint --max-warnings=0